I have an app with editor, and every time page loaded it scrolls me to editor, but i don't need to
I tried to add a prop focus to component with preventScroll: true , but it doesn't help. Is it possible to prevent autoscrolling?
<QuillEditor :value="quilValue" :options="quillOptions" :focus="{ preventScroll: true }" ref="quillEditor" />
More over @focus event doesnt fires up but dev tools said that document.activeElement is div.ql-editor
I have an app with editor, and every time page loaded it scrolls me to editor, but i don't need to
I tried to add a prop
focusto component withpreventScroll: true, but it doesn't help. Is it possible to prevent autoscrolling?<QuillEditor :value="quilValue" :options="quillOptions" :focus="{ preventScroll: true }" ref="quillEditor" />More over
@focusevent doesnt fires up but dev tools said thatdocument.activeElementisdiv.ql-editor