don't rely on 'info' in onRemote so we can call it anywhere
This commit is contained in:
@@ -646,7 +646,7 @@ define([
|
||||
return cursor;
|
||||
};
|
||||
|
||||
var onRemote = config.onRemote = function (info) {
|
||||
var onRemote = config.onRemote = function () {
|
||||
if (initializing) { return; }
|
||||
var scroll = editor.getScrollInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user