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
There's errors on lines 60(remove handler) and 70(edit handler). event.index.i is a reason: event object has index property, but it's value is undefined
Ractive.getNodeInfo(event.node).index.i returns the correct value. This is ugly, but works. You can also replace on-tap with on-click and it works If you don't care the difference between them.
Anyway, this issue should be fixed the right way.
Crossposting from @donnyv's issue:
The text was updated successfully, but these errors were encountered: