mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 19:30:16 +01:00
🚨
This commit is contained in:
parent
1ad3a1c505
commit
6851656c09
4 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import {hasClosestBlock, hasClosestByAttribute, hasClosestByClassName, hasClosestByMatchTag} from "./hasClosest";
|
||||
import {hasClosestBlock, hasClosestByAttribute, hasClosestByClassName} from "./hasClosest";
|
||||
import * as dayjs from "dayjs";
|
||||
import {removeEmbed} from "../wysiwyg/removeEmbed";
|
||||
import {transaction, updateTransaction} from "../wysiwyg/transaction";
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ export const fixTableRange = (range:Range) => {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const selectAll = (protyle: IProtyle, nodeElement: Element, range: Range) => {
|
||||
const editElement = getContenteditableElement(nodeElement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue