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 in not working #36

Closed
Amarjit1234 opened this issue Aug 11, 2015 · 4 comments
Closed

Shape library in not working #36

Amarjit1234 opened this issue Aug 11, 2015 · 4 comments

Comments

@Amarjit1234
Copy link

Shape library is not working.Once i have select the one shape, second time I am not able to select the other shape.

@thomasdunn
Copy link

Same here. Anyone found a way around this?

@thomasdunn
Copy link

@Amarjit1234 It looks like there's a 200ms delay to showing the shape library popup on click. There may be a better way, but I was able to get rid of the delay by changing this line:
https://github.com/duopixel/Method-Draw/blob/ef79f08f68eb57c45f387266dd70566d410d0ef7/editor/src/method-draw.js#L839

to var time = 0;

@Amarjit1234
Copy link
Author

Thanks thomasdunn

@methodofaction
Copy link
Owner

This is meant to be able to switch between the toolbar item as a tool and the toolbar item as a menu. It follows the convention of Adobe products (for good or for bad) and svg-edit. The solution @thomasdunn provided is good.

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