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
this is interesting. what command menu does is calling window.print() which is essentially cmd + p. can you share more about your setup, what browser you're using etc?
I tested it in Chromium browsers (Edge and Google chrome) on windows. I also found it interesting after I tried solving it. That is why I suggested instead of implementing windows.print() in the code just tell the user to use ctrl+P. on Firefox the problem exists in both windows.print() and ctrl+p
This is what I get when I use the print in the command menu
when I use window.print() in the console or ctrl + p.(I'm on windows and I'm using chrome)
Suggestion: Instead of the Print command in the command menu why don't you tell the user to use ctrl + p.
The text was updated successfully, but these errors were encountered: