mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
6d72ce0e18
commit
14b22d6bf8
8 changed files with 155 additions and 125 deletions
|
|
@ -38,7 +38,7 @@ export class Menu {
|
|||
if (this.isOpen) {
|
||||
return;
|
||||
}
|
||||
this.menu.addSeparator(index);
|
||||
return this.menu.addSeparator(index);
|
||||
}
|
||||
|
||||
open(options:IPosition) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue