UnitedLexCorp / SimpleTalk

An implementation of HyperTalk in Ohm-js
Apache License 2.0
7 stars 1 forks source link

removing newModelCommandHandler from Part #212

Closed dkrasner closed 3 years ago

dkrasner commented 3 years ago

Main Points

Our Part.newModelCmndHandler was causing some minor bugs, but more importantly it is now unnecessary. The in-context parent selection (i.e. when a part is added without explicit parent such as add button while in an area) can now be done in the interpreter as it is for other context specification.