bugfix: reset some more state

This commit is contained in:
Kartik K. Agaram 2023-11-26 09:10:03 -08:00
parent 3c56c2133d
commit 14f13471fd
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ reset_file_dialog_state = function()
Directory_contents = nil
File_dialog_callback = nil
File_dialog_input_text = ''
File_dialog_input_draw_suffix = ''
end