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