We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0faef commit 1df71daCopy full SHA for 1df71da
lib/src/editor/widgets/text/text_line.dart
@@ -269,7 +269,7 @@ class _TextLineState extends State<TextLine> {
269
TextStyle lineStyle,
270
) {
271
if (nodes.isEmpty && kIsWeb) {
272
- nodes = LinkedList<Node>()..add(leaf.QuillText('\u{200B}'));
+ nodes = LinkedList<Node>()..add(leaf.QuillText());
273
}
274
275
final isComposingRangeOutOfLine = !widget.composingRange.isValid ||
0 commit comments