🎨 Clean code

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-12-16 16:41:12 +08:00
parent ac4b2f5001
commit cade22fb20
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -17,7 +17,7 @@ import {isIPad, setStorageVal} from "../util/compatibility";
import {mathRender} from "../render/mathRender";
import {isMobile} from "../../util/functions";
import {processRender} from "../util/processCode";
import {hasClosestBlock, hasClosestByAttribute, hasClosestByClassName} from "../util/hasClosest";
import {hasClosestByAttribute, hasClosestByClassName} from "../util/hasClosest";
import {blockRender} from "../render/blockRender";
export const enter = (blockElement: HTMLElement, range: Range, protyle: IProtyle) => {