|
@@ -26,7 +26,7 @@
|
|
</Button>
|
|
</Button>
|
|
</div> -->
|
|
</div> -->
|
|
<StickyNoteButton />
|
|
<StickyNoteButton />
|
|
- <Button :class="{ active: markupActive && markupTool === 'highlight' }" @click.stop="changeMarkupTool('highlight')"><Annotation /></Button>
|
|
|
|
|
|
+ <Button :class="{ active: markupActive && markupTool === 'highlight' }" @click.stop="changeMarkupTool('highlight')"><Highlight /></Button>
|
|
<Button :class="{ active: markupActive && markupTool === 'underline' }" @click.stop="changeMarkupTool('underline')"><Underline /></Button>
|
|
<Button :class="{ active: markupActive && markupTool === 'underline' }" @click.stop="changeMarkupTool('underline')"><Underline /></Button>
|
|
<Button :class="{ active: markupActive && markupTool === 'strikeout' }" @click.stop="changeMarkupTool('strikeout')"><Strikeout /></Button>
|
|
<Button :class="{ active: markupActive && markupTool === 'strikeout' }" @click.stop="changeMarkupTool('strikeout')"><Strikeout /></Button>
|
|
<Button :class="{ active: markupActive && markupTool === 'squiggly' }" @click.stop="changeMarkupTool('squiggly')"><Squiggle /></Button>
|
|
<Button :class="{ active: markupActive && markupTool === 'squiggly' }" @click.stop="changeMarkupTool('squiggly')"><Squiggle /></Button>
|