livecode / livecode-ide

LiveCode cross-platform development environment (IDE)
https://livecode.com/
32 stars 70 forks source link

[[ Bug 22803 ]] Fix runtime error when editing a DG form #2140

Open livecodepanos opened 3 years ago

livecodepanos commented 3 years ago

This patch ensures that all the properties of the field 'theEditor' we care about are saved in a temp variable, so as they can be queried after 'theEditor' is deleted, without causing a "no such oblect" error.