Skip to content

Commit 421738b

Browse files
authored
Merge pull request #1186 from writer/AB-709
fix(ui): display note cursor on blueprint - AB-709
2 parents 4df6027 + 239706c commit 421738b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/ui/src/components/blueprints/BlueprintsBlueprint.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
ref="rootEl"
44
class="BlueprintsBlueprint"
55
:class="{
6-
isPanning: activeCanvasMove !== null,
76
isSelecting: isCursorSelecting,
87
canSelect: isHoveringSelectableArea && !isCursorSelecting,
98
}"
@@ -1139,11 +1138,6 @@ onUnmounted(() => {
11391138
align-items: stretch;
11401139
position: relative;
11411140
overflow: hidden;
1142-
cursor: grab;
1143-
}
1144-
1145-
.BlueprintsBlueprint.isPanning {
1146-
cursor: grabbing;
11471141
}
11481142
11491143
.BlueprintsBlueprint.isSelecting {

0 commit comments

Comments
 (0)