You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// gives a fresh gesture activation, needed by Safari for clipboard + window.open.
2035
2047
if(!awaitstyledConfirm("This will open a drawing editor in a new tab and copy the SVG to your clipboard.\n\nOnce the empty online editor opens, click File \u2192 New From Clipboard (or Cmd+V / Ctrl+V).\n\nYou can also download the SVG and open it in any online or desktop editor (e.g. Inkscape)."))return;
2036
2048
2037
-
// Both must be called synchronously within the confirm gesture —
2038
-
// any await before these would expire Safari's user activation.
0 commit comments