File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ class QuillEditorConfig {
489489 bool Function (TapUpDetails details, TextPosition Function (Offset offset))?
490490 onTapUp,
491491 Iterable <EmbedBuilder >? embedBuilders,
492+ TextSpanBuilder ? textSpanBuilder,
492493 EmbedBuilder ? unknownEmbedBuilder,
493494 CustomStyleBuilder ? customStyleBuilder,
494495 CustomRecognizerBuilder ? customRecognizerBuilder,
@@ -549,6 +550,7 @@ class QuillEditorConfig {
549550 onTapUp: onTapUp ?? this .onTapUp,
550551 onTapDown: onTapDown ?? this .onTapDown,
551552 embedBuilders: embedBuilders ?? this .embedBuilders,
553+ textSpanBuilder: textSpanBuilder ?? this .textSpanBuilder,
552554 unknownEmbedBuilder: unknownEmbedBuilder ?? this .unknownEmbedBuilder,
553555 customStyleBuilder: customStyleBuilder ?? this .customStyleBuilder,
554556 customRecognizerBuilder:
You can’t perform that action at this time.
0 commit comments