Method-Draw
Method-Draw copied to clipboard
shape library
After selecting a shape from "shape library", I can't get back to the shape selection menu. Also, the "about this editor" link doesn't work
See #47
For this issue i worked and found below solution: $(document).delegate("#tools_clipartlib_show","click",function(e){ $('#tools_clipartlib').show() }); $(document).delegate("#tools_shapelib_show","click",function(e){ $('#tools_shapelib').show() });
See #36. It works.