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
Instead of having python class Action with method apply and unapply, and js class Action with method apply and unapply, try having only one python Action class with apply_backend/unapply_backend/apply_frontend(dom)/unapply_frontend(dom).
Use transcrypt to generate the JS classes so we can pass a dom element argument.
The text was updated successfully, but these errors were encountered:
Instead of having python class Action with method apply and unapply, and js class Action with method apply and unapply, try having only one python Action class with apply_backend/unapply_backend/apply_frontend(dom)/unapply_frontend(dom).
Use transcrypt to generate the JS classes so we can pass a dom element argument.
The text was updated successfully, but these errors were encountered: