浏览代码

HUE-6799 [editor] Use the last cursor position when opening from the query history

Johan Ahlen 8 年之前
父节点
当前提交
5322493527
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

+ 1 - 0
desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

@@ -934,6 +934,7 @@ var EditorViewModel = (function() {
         status: self.status,
         statementType: self.statementType,
         statement: self.statement,
+        aceCursorPosition: self.aceCursorPosition,
         statementPath: self.statementPath,
         associatedDocumentUuid: self.associatedDocumentUuid,
         properties: self.properties,