mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 20:18:06 +01:00
This commit is contained in:
parent
59aa3fc383
commit
a2ffb2a21c
3 changed files with 8 additions and 2 deletions
|
|
@ -466,6 +466,9 @@ export class Backlink extends Model {
|
|||
if (!this.blockId) {
|
||||
return;
|
||||
}
|
||||
this.editors.forEach(item => {
|
||||
item.destroy();
|
||||
})
|
||||
const element = this.element.querySelector('.block__icon[data-type="refresh"] svg');
|
||||
element.classList.add("fn__rotate");
|
||||
fetchPost("/api/ref/refreshBacklink", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue