mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
This commit is contained in:
parent
c4d052b934
commit
a0d51e8cfc
6 changed files with 72 additions and 16 deletions
|
|
@ -4,12 +4,14 @@ import {moveResize} from "./moveResize";
|
|||
/// #endif
|
||||
import {isMobile} from "../util/functions";
|
||||
import {isCtrl} from "../protyle/util/compatibility";
|
||||
import {Protyle} from "../protyle";
|
||||
|
||||
export class Dialog {
|
||||
private destroyCallback: (options?: IObject) => void;
|
||||
public element: HTMLElement;
|
||||
private id: string;
|
||||
private disableClose: boolean;
|
||||
public editor: Protyle
|
||||
|
||||
constructor(options: {
|
||||
title?: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue