fix: remove custom coordsAtPos method, fix #583

This commit is contained in:
Philipp Kühn
2021-06-01 18:57:46 +02:00
parent 1838d097d0
commit 485fb8c74c
3 changed files with 2 additions and 76 deletions

View File

@@ -12,7 +12,6 @@ export { default as markPasteRule } from './pasteRules/markPasteRule'
export { default as callOrReturn } from './utilities/callOrReturn'
export { default as mergeAttributes } from './utilities/mergeAttributes'
export { default as coordsAtPos } from './helpers/coordsAtPos'
export { default as getExtensionField } from './helpers/getExtensionField'
export { default as findChildren } from './helpers/findChildren'
export { default as findChildrenInRange } from './helpers/findChildrenInRange'