Commit 72c27100 authored by Ben Hayward's avatar Ben Hayward

Removed comment

1 merge request!531[Sprint/ModestMonkey](fix): Return void if there is no selected or deselected image
Pipeline #79419191 running with stages
in 49 minutes and 59 seconds
......@@ -309,6 +309,9 @@ export class EmbedImage {
this.$currentImage = null;
}
/**
* Move caret at the beginning of the empty paragraph
*/
private moveCaret($el, position = 0) {
let range, sel, el, textEl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment