mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix RLC dropdown vanishing when focusing search input (#13579)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user