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
Morphing the trix editor will leave it in an unusuable state because
morphing will replace the bootstrapping elements without triggering
the connection logic.
The solution is based on adding an attribute to flag the editor as
initialized and detect when that attribute is modified.
See hotwired/turbo-rails#533 (comment)
0 commit comments