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
Notice the selection includes the /* */ markers. With those still selected press Ctrl+/ again and it just adds more comments (and creating a syntax error with the second end comment):
Go to the Prism Live web site, scroll down to the JS, and select something more than one line. For example, select
setCaret()
here(Not that this is where the problem may be; it's just what I happened to be staring at when I noticed this bug.)
Press Ctrl+/, and it comments out like it should:
Notice the selection includes the
/* */
markers. With those still selected press Ctrl+/ again and it just adds more comments (and creating a syntax error with the second end comment):It only un-comments if the
/* */
are not selected. I change selection to this (|
are the selection boundaries):Press Ctrl+/ and I get this:
Then without changing the selection hit Ctrl+/ again, and the selection range is messed up even more:
The text was updated successfully, but these errors were encountered: