fix(editor): Fix resizing NDV output panel when closing assistant (#15313)

This commit is contained in:
Jaakko Husso
2025-05-14 15:18:50 +03:00
committed by GitHub
parent 37b37304d5
commit d7d3d33d1a
4 changed files with 13 additions and 3 deletions

View File

@@ -842,6 +842,7 @@ export const nonExistingJsonPath = '_!^&*';
export const ASK_AI_MAX_PROMPT_LENGTH = 600;
export const ASK_AI_MIN_PROMPT_LENGTH = 15;
export const ASK_AI_LOADING_DURATION_MS = 12000;
export const ASK_AI_SLIDE_OUT_DURATION_MS = 200;
export const APPEND_ATTRIBUTION_DEFAULT_PATH = 'parameters.options.appendAttribution';