hotfix: ������� � �������� ������ �� ����������� #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "hotfix/script-space-typing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
������� ����. BabylonScene.onKeyDown ������ Space ��������� (��� WASD-���������). Monaco-�������� �������� ��-�� ����� �� ����� ������� �������. ��������� �������� closest(.monaco-editor).
BabylonScene.onKeyDown глобально перехватывал Space (preventDefault для прокрутки страницы при WASD-навигации камеры). isTypingTarget проверял только input/textarea/contentEditable — но Monaco роутит keydown через свой внутренний div, и e.target оказывается не textarea, а .monaco-editor-container div. Фикс: добавлена проверка target.closest('.monaco-editor') — если фокус в Monaco, считаем что юзер печатает и не глотаем клавиши. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>