Add comment

pull/573/head
X Code 3 years ago
parent 47dd10b1db
commit 6de4b1c7ef
  1. 2
      lib/src/widgets/editor.dart

@ -46,6 +46,8 @@ const linkPrefixes = [
'http'
];
/// Base interface for the editor state which defines contract used by
/// various mixins.
abstract class EditorState extends State<RawEditor>
implements TextSelectionDelegate {
ScrollController get scrollController;

Loading…
Cancel
Save