We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d24a commit ff4b115Copy full SHA for ff4b115
core/css.js
@@ -55,6 +55,11 @@ const styles = `
55
-ms-user-select: none;
56
}
57
58
+ .blocklyBlockCanvas.blocklyCanvasTransitioning,
59
+ .blocklyBubbleCanvas.blocklyCanvasTransitioning {
60
+ transition: none;
61
+ }
62
+
63
.blocklyWidgetDiv.fieldTextInput {
64
overflow: hidden;
65
border: 1px solid;
@@ -83,13 +88,6 @@ const styles = `
83
88
cursor: pointer;
84
89
85
90
86
- .blocklyNonSelectable {
87
- user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
91
- }
92
-
93
.blocklyWsDragSurface {
94
display: none;
95
position: absolute;
0 commit comments