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

Edit formula on click #9

Open
cben opened this issue Sep 11, 2013 · 1 comment
Open

Edit formula on click #9

cben opened this issue Sep 11, 2013 · 1 comment

Comments

@cben
Copy link
Owner

cben commented Sep 11, 2013

No description provided.

@cben
Copy link
Owner Author

cben commented Jan 16, 2014

A quick attempt to unrender a formula on click failed because of event order:
if you do it while already inside another formula, the click handler wants to unrender the 2nd formula before the 1st is rendered back, which breaks the current code assuming at most one formula can be unrendered at once.
Should change unrenderedMath variable to a list.

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

No branches or pull requests

1 participant