Vanessa 2024-12-07 11:03:30 +08:00
parent dacbb22ab4
commit 5abdf08706
6 changed files with 15 additions and 0 deletions

View file

@ -437,6 +437,7 @@ export class Backlink extends Model {
fetchPost(isMention ? "/api/ref/getBackmentionDoc" : "/api/ref/getBacklinkDoc", {
defID: this.blockId,
refTreeID: docId,
highlight: CSS && CSS.highlights,
keyword: isMention ? this.inputsElement[1].value : this.inputsElement[0].value,
}, (response) => {
svgElement.removeAttribute("disabled");