watch grabbable in edit mode

This commit is contained in:
galister 2025-12-10 17:32:34 +09:00
parent 65992ebb8d
commit 87806a84d2
1 changed files with 5 additions and 0 deletions

View File

@ -300,6 +300,11 @@ impl<T> OverlayWindowManager<T> {
}
}
if changed && let Some(watch) = self.mut_by_id(self.watch_id) {
watch
.config
.active_state
.iter_mut()
.for_each(|f| f.grabbable = enabled);
watch
.config
.backend