refactoring: rename posToClientRect to posToDOMRect

This commit is contained in:
Philipp Kühn
2021-04-16 14:44:10 +02:00
parent c4e0010656
commit 89b72b8608
4 changed files with 18 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ export { default as isNodeActive } from './helpers/isNodeActive'
export { default as isNodeEmpty } from './helpers/isNodeEmpty'
export { default as isNodeSelection } from './helpers/isNodeSelection'
export { default as isTextSelection } from './helpers/isTextSelection'
export { default as posToClientRect } from './helpers/posToClientRect'
export { default as posToDOMRect } from './helpers/posToDOMRect'
export interface Commands {}