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 0630d45 commit d7871aaCopy full SHA for d7871aa
1 file changed
src/renderer/components/editor/mindmap/Mindmap.vue
@@ -30,7 +30,7 @@ function init() {
30
mm = Markmap.create(svgRef.value!, {
31
duration: 0,
32
style: () => `
33
- .markmap-node div { color: var(--color-text); }
+ .markmap-node div { color: var(--color-text); user-select: none; cursor: default; }
34
.markmap-node circle { fill: var(--color-bg); }
35
`,
36
})
@@ -132,7 +132,7 @@ watch(selectedSnippetContent, () => {
132
</EditorHeaderTool>
133
<div
134
ref="mindmapRef"
135
- class="h-full"
+ class="h-full cursor-grab"
136
>
137
<svg
138
ref="svgRef"
0 commit comments