File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' slate-react ' : patch
3+ ---
4+
5+ Export ` defaultScrollSelectionIntoView `
Original file line number Diff line number Diff line change @@ -1929,7 +1929,7 @@ export const defaultDecorate: (entry: NodeEntry) => DecoratedRange[] = () => []
19291929 * A default implement to scroll dom range into view.
19301930 */
19311931
1932- const defaultScrollSelectionIntoView = (
1932+ export const defaultScrollSelectionIntoView = (
19331933 editor : ReactEditor ,
19341934 domRange : DOMRange
19351935) => {
Original file line number Diff line number Diff line change 66 RenderLeafProps ,
77 RenderPlaceholderProps ,
88 DefaultPlaceholder ,
9+ defaultScrollSelectionIntoView ,
910} from './components/editable'
1011
1112export { DefaultElement } from './components/element'
You can’t perform that action at this time.
0 commit comments