mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
899883f21b
commit
875f00398e
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ export class Plugin {
|
|||
public addTopBar(options: {
|
||||
icon: string,
|
||||
title: string,
|
||||
position: "right",
|
||||
position?: "right",
|
||||
callback: (evt: MouseEvent) => void
|
||||
}) {
|
||||
const iconElement = document.createElement("div");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue