This commit is contained in:
Vanessa 2023-09-14 11:58:56 +08:00
parent c4d052b934
commit a0d51e8cfc
6 changed files with 72 additions and 16 deletions

View file

@ -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,