sane-input-handler: dont crash on unmapped actions

This commit is contained in:
2025-03-31 04:16:04 +00:00
parent a21618cb9c
commit 6da4a5ab9d

View File

@@ -569,7 +569,7 @@ if is-main {
exit 0 exit 0
} }
var handler = mapToplevel (action) or unmapped var handler = mapToplevel (action) or "unmapped"
handleWith (handler) handleWith (handler)
} }