[#7664] fixed codeEditor not firing the change and input events on autocomplete selection

This commit is contained in:
Gani Georgiev
2026-04-24 22:08:58 +03:00
parent fbeb09c40b
commit b5030ddfa1
6 changed files with 26 additions and 21 deletions

View File

@@ -145,7 +145,7 @@
--surfaceAlt4Color: color-mix(in srgb, var(--surfaceColor), white 14%);
--surfaceAlt5Color: color-mix(in srgb, var(--surfaceColor), white 16%);
--surfaceTxtColor: #dedede;
--surfaceTxtColor: #e6e6e6;
--tooltipTxtColor: var(--surfaceTxtColor);
--surfaceTxtHintColor: color-mix(in srgb, var(--surfaceTxtColor), transparent 45%);
--surfaceTxtDisabledColor: color-mix(in srgb, var(--surfaceTxtColor), transparent 65%);