Thanks! I’ve updated the action to support undoing/redoing the message appended, by using editor.setTextInRange(draft.content.length, 1, '\n' + textToAppend)
instead of draft.append
.
Thanks! I’ve updated the action to support undoing/redoing the message appended, by using editor.setTextInRange(draft.content.length, 1, '\n' + textToAppend)
instead of draft.append
.