Skip to content

Commit

Permalink
revert: restore view switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 28, 2023
1 parent 803f173 commit e357571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/toolbar/MarkdownToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="markdown-ui-toolbar"
>
<div class="toolbar-left">
<!-- <div
<div
v-if="editable && mode !== 'read'"
class="button-group"
>
Expand All @@ -31,7 +31,7 @@
>
Preview
</button>
</div> -->
</div>

<template v-if="editable && !['preview', 'read'].includes(mode)">
<InfoTooltip
Expand Down

0 comments on commit e357571

Please sign in to comment.