mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:56:42 +00:00
fix(gui): block event bubbling
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -259,7 +259,7 @@ const onTagClick = (e: Event, onClose: Function) => {
|
||||
:class="{ '!ml-[-8px]': readOnly }"
|
||||
:dropdown-class-name="`nc-dropdown-multi-select-cell ${isOpen ? 'active' : ''}`"
|
||||
@search="search"
|
||||
@keydown.enter.stop
|
||||
@keydown.stop
|
||||
@click="isOpen = (active || editable) && !isOpen"
|
||||
>
|
||||
<a-select-option
|
||||
|
||||
Reference in New Issue
Block a user