fix(editor): Prevent Safari text selection on canvas drag (#27055)

Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Co-authored-by: Matsu <huhta.matias@gmail.com>
This commit is contained in:
Matt Van Horn 2026-05-15 01:26:20 -07:00 committed by GitHub
parent b814f06174
commit 4a50e92cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1230,6 +1230,8 @@ defineExpose({
height: 100%;
opacity: 0;
transition: opacity 300ms ease;
-webkit-user-select: none;
user-select: none;
&.ready {
opacity: 1;