Toggle / Revert doesn't seem to work
3zzy opened this issue · 1 comments
3zzy commented
I copied the toggle example from the demos and I get this:
Uncaught TypeError: Cannot read property 'original_text' of undefined
at HTMLParagraphElement.<anonymous> (trunk8.js:269)
gavin310 commented
I was having this same issue. Turns out I was calling .trunk8('revert')
on the wrong element :)