This commit is contained in:
Vanessa 2023-05-16 18:51:13 +08:00
parent 2750a1b86f
commit 064013d082
3 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ import * as path from "path";
/// #endif
import {isBrowser} from "../util/functions";
import {setStorageVal} from "../protyle/util/compatibility";
import {hasClosestByAttribute, hasClosestByClassName} from "../protyle/util/hasClosest";
import {hasClosestByAttribute} from "../protyle/util/hasClosest";
import {Plugin} from "../plugin";
import {App} from "../index";
import {escapeAttr} from "../util/escape";