Vanessa 2022-08-07 00:14:50 +08:00
parent d93023fc8a
commit 72fba69115
8 changed files with 78 additions and 6 deletions

View file

@ -235,12 +235,12 @@ export class Files extends Model {
openFileById({
id: target.getAttribute("data-node-id"),
position: "right",
action: [Constants.CB_GET_FOCUS]
action: [Constants.CB_GET_FOCUS, Constants.CB_GET_SCROLL]
});
} else {
openFileById({
id: target.getAttribute("data-node-id"),
action: [Constants.CB_GET_FOCUS]
action: [Constants.CB_GET_FOCUS, Constants.CB_GET_SCROLL]
});
}
} else if (target.getAttribute("data-type") === "navigation-root") {