You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For node object, there is an kill() function. I wonder how to add an eventListener of KeyCodes 46(DELETE) inside the node...
Using subscribe() or other method?
How could I have forgotten that! Thanks for the feature request, I'll put it in once I'm done trudging through emails. The only small hiccup I'd have to consider is that the delete key should delete the selected object unless you're typing in a text field
i've done that in #20 : when you press delete key, it delete the text of the object. If you press it again (if there is no text for the entity, then it kill it.
No description provided.
The text was updated successfully, but these errors were encountered: