Open membranophonist opened 2 years ago
Menu commands are working as intended. Control bar commands are not.
- Display the rulers
- Select Plugins > Sketch Guides > Launch Control Bar
- Select a canvas layer
- Click any of the guide placement buttons on the control bar
- Notice that the guide is not placed
macOS 12.3 Sketch 84 (build 140208) Sketch Guides 2.5.1
Hi,you can fix this bug by this way: 1、Find Sketch Guides.sketchplugin from sketch plugin folder; 2、Show Guides.sketchplugin package content; 3、Follow:Sketch Guides.sketchplugin/Contents/Sketch/library/common.js,open common.js file; 4、Change code this.context.selection = this.context.document.selectedLayers().layers() —>this.context.selection = this.context.document.selectedLayers();
Great! Thank you for the fix.
This can be closed... the PR was taken with the fix.
Menu commands are working as intended. Control bar commands are not.
macOS 12.3 Sketch 84 (build 140208) Sketch Guides 2.5.1