Skip to content

Commit

Permalink
fix: 箭头工具选择时,条形码工具也会被选中 (#514)
Browse files Browse the repository at this point in the history
* fix: 侧边栏显示隐藏按钮,右边比左边高

* fix: svg图片中写死了fill属性,导致不能继承上级颜色

* fix: 修复格式问题

* fix: 箭头工具选择时,条形码工具也会被选中

---------

Co-authored-by: 胡正 <zheng@sharecreators.com>
  • Loading branch information
tanlng and 胡正 authored Sep 25, 2024
1 parent 4d856a8 commit 5c0d88d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/tools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,7 @@
></path>
</svg>
</span>
<span
@click="canvasEditor.addBarcode"
:class="state.isDrawingLineMode && state.lineType === 'arrow' && 'bg'"
>
<span @click="canvasEditor.addBarcode">
<svg
t="1717679973041"
class="icon"
Expand Down

0 comments on commit 5c0d88d

Please sign in to comment.