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
I have a custom attribute to support mentions functionality. This works fine. Now I need to implement a feature where removing last character of mention text should remove whole mention all-together.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a custom attribute to support mentions functionality. This works fine. Now I need to implement a feature where removing last character of mention text should remove whole mention all-together.
I'm trying to do it by using this:
That removes my attribute from Delta document, but as soon as I start typing again this attribute comes back with the first letter of what I've typed.
Am I missing something? Why after document having no inserts with any attributes it magically comes back again?
Beta Was this translation helpful? Give feedback.
All reactions