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 53f6aef commit e1d4ccdCopy full SHA for e1d4ccd
src/renderer/components/editor/Editor.vue
@@ -66,13 +66,17 @@ const scrollBarOpacity = useCssVar(
66
)
67
68
const isShowHeader = computed(() => {
69
+ if (selectedSnippetIds.value.length > 1)
70
+ return false
71
return (
72
isShowMarkdown.value
73
|| isShowMindmap.value
74
|| (!isEmpty.value && selectedSnippet.value !== undefined)
75
76
})
77
const isShowEditor = computed(() => {
78
79
80
81
!isShowMarkdown.value
82
&& !isShowMindmap.value
0 commit comments