Skip to content

Commit

Permalink
fix: remove canvas transition (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Aug 21, 2024
1 parent a65d24a commit ff4b115
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ const styles = `
-ms-user-select: none;
}
.blocklyBlockCanvas.blocklyCanvasTransitioning,
.blocklyBubbleCanvas.blocklyCanvasTransitioning {
transition: none;
}
.blocklyWidgetDiv.fieldTextInput {
overflow: hidden;
border: 1px solid;
Expand Down Expand Up @@ -83,13 +88,6 @@ const styles = `
cursor: pointer;
}
.blocklyNonSelectable {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.blocklyWsDragSurface {
display: none;
position: absolute;
Expand Down

0 comments on commit ff4b115

Please sign in to comment.