disable some debug UI, bring back undo

This commit is contained in:
Kartik K. Agaram 2024-06-13 14:34:06 -07:00
parent 448c853bfc
commit 721f58d62e
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ on.keychord_press = function(chord, key)
-- reset zoom
Viewport.zoom = 1.0
A()
elseif chord == 'C-z' then
dump_state()
--? elseif chord == 'C-z' then
--? dump_state()
elseif Cursor_node and Cursor_node.editor.cursor_x then
edit.keychord_press(Cursor_node.editor, chord, key)
pan_viewport_to_contain_cursor(Cursor_node)