Skip to content

Commit e997aaf

Browse files
committed
Fixing recording issue
1 parent 16d8694 commit e997aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide/main/src/content/editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ Editor.prototype.addCommand = function (command, target, value, window, insertBe
739739
if (!this.safeLastWindow.isSameWindow(window)) {
740740
if (this.safeLastWindow.isSameTopWindow(window)) {
741741
// frame
742-
var destPath = this._createPaths(window);
742+
var destPath = this.safeLastWindow.createPath(window);
743743
var srcPath = this.safeLastWindow.getPath();
744744
this.log.debug("selectFrame: srcPath.length=" + srcPath.length + ", destPath.length=" + destPath.length);
745745
var branch = 0;

0 commit comments

Comments
 (0)