minor fixes
This commit is contained in:
parent
f85c1b9758
commit
c19476b824
3 changed files with 7 additions and 5 deletions
|
|
@ -168,6 +168,7 @@ function Editor(doc, renderer)
|
|||
addListener(container, "mousedown", function(e) {
|
||||
textInput.focus();
|
||||
self.placeCursorToMouse(e.pageX, e.pageY);
|
||||
self.renderer.scrollCursorIntoView();
|
||||
return preventDefault(e);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue