mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 10:30:13 +01:00
This commit is contained in:
parent
5f8c76fc87
commit
8ae5858302
2 changed files with 4 additions and 15 deletions
|
|
@ -199,18 +199,6 @@ export class Dock {
|
|||
}
|
||||
});
|
||||
break;
|
||||
// TODO: remove
|
||||
// case "backlink":
|
||||
// tab = new Tab({
|
||||
// callback(tab: Tab) {
|
||||
// tab.addModel(new Backlinks({
|
||||
// type: "pin",
|
||||
// tab,
|
||||
// blockId: editor?.protyle?.block?.rootID,
|
||||
// }));
|
||||
// }
|
||||
// });
|
||||
// break;
|
||||
case "backlink":
|
||||
tab = new Tab({
|
||||
callback(tab: Tab) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue