Skip to content

Commit 5c0d88d

Browse files
tanlng胡正
and
胡正
authored
fix: 箭头工具选择时,条形码工具也会被选中 (#514)
* fix: 侧边栏显示隐藏按钮,右边比左边高 * fix: svg图片中写死了fill属性,导致不能继承上级颜色 * fix: 修复格式问题 * fix: 箭头工具选择时,条形码工具也会被选中 --------- Co-authored-by: 胡正 <zheng@sharecreators.com>
1 parent 4d856a8 commit 5c0d88d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/tools.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,7 @@
234234
></path>
235235
</svg>
236236
</span>
237-
<span
238-
@click="canvasEditor.addBarcode"
239-
:class="state.isDrawingLineMode && state.lineType === 'arrow' && 'bg'"
240-
>
237+
<span @click="canvasEditor.addBarcode">
241238
<svg
242239
t="1717679973041"
243240
class="icon"

0 commit comments

Comments
 (0)