mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
db81eccb21
commit
4f9ca6bbd7
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export class Files extends Model {
|
||||||
if (data) {
|
if (data) {
|
||||||
switch (data.cmd) {
|
switch (data.cmd) {
|
||||||
case "reloadDocInfo":
|
case "reloadDocInfo":
|
||||||
this.element.querySelector(`li[data-node-id="${data.data.id}"] .ariaLabel`)?.setAttribute("aria-label", this.genDocAriaLabel(data.data));
|
this.element.querySelector(`li[data-node-id="${data.data.rootID}"] .ariaLabel`)?.setAttribute("aria-label", this.genDocAriaLabel(data.data));
|
||||||
break;
|
break;
|
||||||
case "moveDoc":
|
case "moveDoc":
|
||||||
this.onMove(data);
|
this.onMove(data);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue