You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figure that this approach might not be efficient enough, is a bit confusing, and can cause performance issues (need more consideration and investigation).
Since the QuillController now depends on readOnly (PRs after #1843 used it), we will need to store it as an internal property that will be set when the controller is connected to the QuillEditor (such code definitely needs tests), see related lines.
The text was updated successfully, but these errors were encountered:
The PR #1843 moved the
readOnly
from the editor config to the controller as a breaking change, so to change it:instead of:
The
setState
is required:FlutterQuillReadOnly.mov
I figure that this approach might not be efficient enough, is a bit confusing, and can cause performance issues (need more consideration and investigation).
Since the
QuillController
now depends onreadOnly
(PRs after #1843 used it), we will need to store it as an internal property that will be set when the controller is connected to theQuillEditor
(such code definitely needs tests), see related lines.The text was updated successfully, but these errors were encountered: