mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Fix RLC dropdown vanishing when focusing search input (#13579)
This commit is contained in:
parent
7c4e2f014c
commit
5ac8691946
|
@ -213,7 +213,7 @@ defineExpose({ isWithinDropdown });
|
|||
:width="width"
|
||||
:popper-class="$style.popover"
|
||||
:visible="show"
|
||||
:teleported="true"
|
||||
:teleported="false"
|
||||
data-test-id="resource-locator-dropdown"
|
||||
>
|
||||
<div v-if="errorView" :class="$style.messageContainer">
|
||||
|
|
|
@ -143,8 +143,6 @@ const popperModifiers = [
|
|||
border: var(--border-base);
|
||||
width: 100%;
|
||||
color: var(--color-text-dark);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.evaluationTooltip {
|
||||
|
|
Loading…
Reference in a new issue