disable abstract method

void disable()

Disables scroll service.

In some cases, you can disable scroll service of flowy_editor when your custom component appears,

But you need to call the enable function to restore after exiting your custom component, otherwise the scroll service will fails.

Implementation

void disable();