1
0
Fork 0
forked from wry/wry

Merge pull request #194 from mahkoh/jorth/dev-removal

input: set seat to None when device is removed
This commit is contained in:
mahkoh 2024-05-04 10:48:17 +02:00 committed by GitHub
commit 9581a94336
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,5 +96,6 @@ impl DeviceHandler {
.input_device_handlers
.borrow_mut()
.remove(&self.dev.id());
self.data.set_seat(None);
}
}