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
Test serialization/deserialization of coordinate properties for move events (Blockly.Events.Move and Blockly.Events.CommentMove).
They are not currently included in serialization tests for events because there is extra logic needed because old/new coordinates are not set in the constructor of these events, but rather than when recordNew is called (and setOldCoordinate in the case of workspace comment event).
The text was updated successfully, but these errors were encountered:
Test serialization/deserialization of coordinate properties for move events (
Blockly.Events.Move
andBlockly.Events.CommentMove
).They are not currently included in serialization tests for events because there is extra logic needed because old/new coordinates are not set in the constructor of these events, but rather than when
recordNew
is called (andsetOldCoordinate
in the case of workspace comment event).The text was updated successfully, but these errors were encountered: