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
The problem is that some of these are low level ("mouse:up"), others are high level ("group:selected", "object:moved", etc.). They are also inconsistent — there's "object:scaled" but no "group:scaled"; there's "mouse:up" but no "mouse:down".
Need to take care of all this.
The text was updated successfully, but these errors were encountered:
Currently exposed events are:
object:scaled,
object:modified,
object:moved,
object:selected
group:selected_
before:group:destroyed,
after:group:destroyed
selection:cleared, path:created, after:render, mouse:up
The problem is that some of these are low level ("mouse:up"), others are high level ("group:selected", "object:moved", etc.). They are also inconsistent — there's "object:scaled" but no "group:scaled"; there's "mouse:up" but no "mouse:down".
Need to take care of all this.
The text was updated successfully, but these errors were encountered: