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
If any snippet has a ' character in its name, then when Alt-s is pressed the widget will not get focus automatically and has some other strange behaviour.
Example snippet causing the problem:
Name: 'use strict';
Snippet: 'use strict';
but,
Name: use strict pragma
Snippet: 'use strict';
seems to work well.
The text was updated successfully, but these errors were encountered:
If any snippet has a
'
character in its name, then whenAlt-s
is pressed the widget will not get focus automatically and has some other strange behaviour.Example snippet causing the problem:
Name:
'use strict';
Snippet:
'use strict';
but,
Name:
use strict pragma
Snippet:
'use strict';
seems to work well.
The text was updated successfully, but these errors were encountered: