This commit is contained in:
Vanessa 2023-11-28 17:25:25 +08:00
parent 386a0927da
commit 81f39961eb

View file

@ -435,7 +435,7 @@ export class Protyle {
}
public getRange(element: Element) {
getEditorRange(element);
return getEditorRange(element);
}
public hasClosestBlock(element: Node) {