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
{{ message }}
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
Version: 3.9.6
Unfortunately, you can not open the palette "Misc" in the sidebar. The reason is in the sidebar.js in
Sidebar.prototype.addMiscPalette = function(expand)There is missing a declaration
var sb = this;in the beginning, so line 1080
return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Shape Group');will fail.