fix(editor): Make auto-completion work in zoomed view (no-changelog) (#18048)

This commit is contained in:
Suguru Inoue
2025-08-08 14:47:45 +02:00
committed by GitHub
parent c896bb2b4a
commit 6f4c76c78c
6 changed files with 34 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ const APP_Z_INDEXES = {
TOASTS: 2100,
ASK_ASSISTANT_FLOATING_BUTTON: 3000,
ASK_ASSISTANT_FLOATING_BUTTON_TOOLTIP: 3000,
CODEMIRROR_TOOLTIP: 3000,
DRAGGABLE: 9999999,
ACTIVE_STICKY: 9999999,
WORKFLOW_PREVIEW_NDV: 9999999,