Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shape library #48

Open
ghost opened this issue Jan 25, 2016 · 3 comments
Open

shape library #48

ghost opened this issue Jan 25, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 25, 2016

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

@thomas-negrault
Copy link

See #47

@brajeshsipl
Copy link

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()
});

@gaopinghuang0
Copy link

See #36. It works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants