Some notes so I know where I'm at next time

This commit is contained in:
2026-02-13 00:25:09 +00:00
parent f5c0cc9ca4
commit 9fde9ccd5f
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ func layoutToolTreeViewEvCapture(bus *events.Bus, doc *dom.DOM,
bus.Emit(ui.DestroyWindowEv{ID: wRef.ID})
case 'm':
// Go into move mode
bus.Emit(ui.LogEv{Log: "calling dimensions tool\n"})
bus.Emit(ui.LogEv{Log: "calling window manipulation tool\n"})
wRef, err := getCurNodeRef(tree)
if err != nil {
bus.Emit(ui.LogEv{Log: " -> " + err.Error()})