mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 02:40:15 +01:00
This commit is contained in:
parent
05cfcf7c2b
commit
64900706b2
13 changed files with 119 additions and 58 deletions
|
|
@ -125,7 +125,7 @@ export class Menu {
|
|||
this.element.lastElementChild.append(element);
|
||||
}
|
||||
|
||||
public popup(options: { x: number, y: number, h?: number, w?: number }, isLeft = false) {
|
||||
public popup(options: IPosition, isLeft = false) {
|
||||
if (this.element.lastElementChild.innerHTML === "") {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue