This commit is contained in:
Vanessa 2023-04-22 15:12:38 +08:00
parent 91f3ff61c8
commit 0476c8d48d
9 changed files with 11 additions and 15 deletions

View file

@ -12,7 +12,6 @@ import {replaceFileName} from "../../editor/rename";
import {escapeHtml} from "../../util/escape";
import {unicode2Emoji} from "../../emoji";
import {Constants} from "../../constants";
import {isMobile} from "../../util/functions";
export class Inbox extends Model {
private element: Element;