Skip to content

Commit 892c468

Browse files
committed
put :not(visbug-label) back from testing
1 parent 08963dd commit 892c468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utilities/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ export const altKey = window.navigator.platform.includes('Mac')
4444
? 'opt'
4545
: 'alt'
4646

47-
export const notList = ':not(vis-bug):not(script):not(hotkey-map):not(.visbug-metatip):not(visbug-handles):not(visbug-corners):not(visbug-grip):not(visbug-gridlines):not(.moveable-control):not(visbug-moveable-delete-button)'
47+
export const notList = ':not(vis-bug):not(script):not(hotkey-map):not(.visbug-metatip):not(visbug-label):not(visbug-handles):not(visbug-corners):not(visbug-grip):not(visbug-gridlines):not(.moveable-control):not(visbug-moveable-delete-button)'

0 commit comments

Comments
 (0)