sonburn / symbol-organizer

Organize your symbols page alphabetically (including layer list) and into groupings determined by your symbol names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zoom out is not working.

ozgurgunes opened this issue · comments

Here is the console log:

TypeError: titleGroup.resizeToFitChildrenWithOption is not a function. (In 'titleGroup.resizeToFitChildrenWithOption(0)', 'titleGroup.resizeToFitChildrenWithOption' is undefined)
line: 771
sourceURL: /Users/Ozgur/Dropbox/Works/Library/Extensions/Sketch/Plugins/Symbol Organizer.sketchplugin/Contents/Sketch/script.js
column: 44
stack: organize@/Users/Ozgur/Dropbox/Works/Library/Extensions/Sketch/Plugins/Symbol Organizer.sketchplugin/Contents/Sketch/script.js:771:44
config@/Users/Ozgur/Dropbox/Works/Library/Extensions/Sketch/Plugins/Symbol Organizer.sketchplugin/Contents/Sketch/script.js:513:10

@ozgurgunes This is actually a different issue, but thanks for bringing it to my attention. In Sketch 53, title group now requires fixGeometryWithOptions instead of resizeToFitChildrenWithOption. I just fixed this in 15.9.