mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 06:54:11 +08:00
为移除匹配规则的q-ico点击事件添加阻止冒泡处理,修复导致配置面板自动折叠的BUG
This commit is contained in:
parent
02f81db47c
commit
856e381726
@ -95,7 +95,7 @@
|
|||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<q-icon
|
<q-icon
|
||||||
name="cancel"
|
name="cancel"
|
||||||
@click="removeRule(index)"
|
@click.stop="removeRule(index)"
|
||||||
size="12px"
|
size="12px"
|
||||||
class="cursor-pointer text-grey"
|
class="cursor-pointer text-grey"
|
||||||
/>
|
/>
|
||||||
@ -120,7 +120,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<q-icon
|
<q-icon
|
||||||
name="cancel"
|
name="cancel"
|
||||||
@click="removeRule(index + keyRules.length)"
|
@click.stop="removeRule(index + keyRules.length)"
|
||||||
size="12px"
|
size="12px"
|
||||||
class="cursor-pointer text-grey"
|
class="cursor-pointer text-grey"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user