mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
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:
parent
b814f06174
commit
4a50e92cd4
|
|
@ -1230,6 +1230,8 @@ defineExpose({
|
|||
height: 100%;
|
||||
opacity: 0;
|
||||
transition: opacity 300ms ease;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
&.ready {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user