mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-25 00:06:30 +02:00
Fix scroll into view to scroll parent scrollables (#4369)
This commit is contained in:
@@ -216,7 +216,6 @@ export const Editable = (props: EditableProps) => {
|
||||
)
|
||||
scrollIntoView(leafEl, {
|
||||
scrollMode: 'if-needed',
|
||||
boundary: el,
|
||||
})
|
||||
// @ts-ignore
|
||||
delete leafEl.getBoundingClientRect
|
||||
|
Reference in New Issue
Block a user