mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-13 02:44:01 +08:00
perf: cancel focus for all button components
This commit is contained in:
@@ -289,7 +289,7 @@ const onUpdateFilter = (filters, sourceColumn) => {
|
||||
</n-input-group>
|
||||
</div>
|
||||
<div class="flex-item-expand"></div>
|
||||
<n-button plain @click="onAddRow">
|
||||
<n-button plain :focusable="false" @click="onAddRow">
|
||||
<template #icon>
|
||||
<n-icon :component="AddLink" size="18" />
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user