Skip to content

Commit

Permalink
fix: 隐藏路径文本功能入口
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchenguang1998 committed Jul 24, 2024
1 parent f10026e commit 6debb6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/tools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,13 @@
></path>
</svg>
</span>
<span
<!-- 隐藏功能入口(路径文本) -->
<!-- <span
@click="drawPathText"
:class="state.isDrawingLineMode && state.lineType === 'pathText' && 'bg'"
>
<Icon type="logo-tumblr" :size="22" />
</span>
</span> -->
<span
@click="freeDraw"
:class="state.isDrawingLineMode && state.lineType === 'freeDraw' && 'bg'"
Expand Down

0 comments on commit 6debb6c

Please sign in to comment.