slag-plt / scamper

A mini-Scheme implementation designed for teaching, targeting the web
0 stars 0 forks source link

Losing focus when renaming filenames doesn't save the filename #19

Closed psosera closed 11 months ago

psosera commented 11 months ago

Clicking off when renaming a file in the IDE puts the editor in an odd state where the filename is still editable, but ghost files can appear because of intermediate actions that occur until the filename is committed to memory. The fix is to commit the new filename on enter or when the editable has lost focus.