fix(editor): Fix RLC dropdown vanishing when focusing search input (#13579)

This commit is contained in:
oleg 2025-03-03 14:05:35 +01:00 committed by GitHub
parent 7c4e2f014c
commit 5ac8691946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -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">

View file

@ -143,8 +143,6 @@ const popperModifiers = [
border: var(--border-base);
width: 100%;
color: var(--color-text-dark);
position: relative;
z-index: 1;
}
.evaluationTooltip {