eeeeaaii / vodka

Creative Coding Environment
GNU General Public License v3.0
126 stars 3 forks source link

editor should not affect the actual object until edit is committed #248

Open eeeeaaii opened 2 years ago

eeeeaaii commented 2 years ago

for example, you are editing an integer that says 200 and you backspace to make it "20". Meanwhile, the function you are editing is executed. It should still use the value 200 until you commit the change to make it 20.