Merge branch 'communities-kanban' into staging

This commit is contained in:
yflory
2020-03-10 15:18:16 +01:00
10 changed files with 1644 additions and 564 deletions

View File

@@ -64,7 +64,7 @@ define([
editor._noCursorUpdate = false;
editor.scrollTo(scroll.left, scroll.top);
if (!editor.state.focused) { return; }
if (!editor.hasFocus()) { return; }
if(selects[0] === selects[1]) {
editor.setCursor(posToCursor(selects[0], remoteDoc));