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 .blocklyBlockDragLayer and blocklyAnimationLayer are used to specify absolute positioning during drags and animations. The blocklyBlockCanvas and blocklyBubbleCanvas aren't used for anything. We should remove all of these so folks aren't relying on them, and use inline CSS instead.
This is a breaking change because we removing CSS class names that folks could be relying on.
The text was updated successfully, but these errors were encountered:
The
.blocklyBlockDragLayer
andblocklyAnimationLayer
are used to specify absolute positioning during drags and animations. TheblocklyBlockCanvas
andblocklyBubbleCanvas
aren't used for anything. We should remove all of these so folks aren't relying on them, and use inline CSS instead.This is a breaking change because we removing CSS class names that folks could be relying on.
The text was updated successfully, but these errors were encountered: