We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df6027 + 239706c commit 421738bCopy full SHA for 421738b
1 file changed
src/ui/src/components/blueprints/BlueprintsBlueprint.vue
@@ -3,7 +3,6 @@
3
ref="rootEl"
4
class="BlueprintsBlueprint"
5
:class="{
6
- isPanning: activeCanvasMove !== null,
7
isSelecting: isCursorSelecting,
8
canSelect: isHoveringSelectableArea && !isCursorSelecting,
9
}"
@@ -1139,11 +1138,6 @@ onUnmounted(() => {
1139
1138
align-items: stretch;
1140
position: relative;
1141
overflow: hidden;
1142
- cursor: grab;
1143
-}
1144
-
1145
-.BlueprintsBlueprint.isPanning {
1146
- cursor: grabbing;
1147
}
1148
1149
.BlueprintsBlueprint.isSelecting {
0 commit comments