mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
This commit is contained in:
parent
87472d1179
commit
1475fd9747
1 changed files with 3 additions and 3 deletions
|
|
@ -331,7 +331,7 @@ export class Backlink extends Model {
|
||||||
liElement.after(editorElement);
|
liElement.after(editorElement);
|
||||||
const editor = new Protyle(editorElement, {
|
const editor = new Protyle(editorElement, {
|
||||||
blockId: "",
|
blockId: "",
|
||||||
backlinkData: response.data.backlinks,
|
backlinkData: isMention ? response.data.backmentions : response.data.backlinks,
|
||||||
render: {
|
render: {
|
||||||
background: false,
|
background: false,
|
||||||
title: false,
|
title: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue