feel like I'm doing shit here, but I reckon it will work

This commit is contained in:
2026-02-25 00:17:38 +00:00
parent e64b1c31b9
commit 34120f10af
10 changed files with 154 additions and 120 deletions
@@ -168,5 +168,5 @@ func windowManipulationTool(bus *events.Bus, doc *dom.DOM, idx int16) {
}
box.SetInputCapture(windowManipulationEvCapture(bus, doc, idx, &state))
AddAndShowPage(bus, doc, actionPages, boxNode, true)
AddAndShowPage(actionPages, boxNode, true)
}