Fix crashes on bad keybinds

This is a bandaid, but the server surviving is more important
This commit is contained in:
bluepython508
2026-09-03 17:39:52 +01:00
parent bbd16df0ef
commit 3f2c40960f
+1 -1
View File
@@ -288,7 +288,7 @@
(seat/focus seat window))
(when-let [[binding action] (seat :pending-action)]
(action seat binding))
(protect (action seat binding)))
(seat/focus seat nil))