Skip to content

Commit

Permalink
feat(TM-48272): Widget locator updated for quill editor
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2024
1 parent 0b39e4e commit 4fba337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/components/organisms/quill_editor/quill_editor.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_quill/flutter_quill.dart';
import '../../../../zds_flutter.dart';
import 'quill_toolbar.dart';

/// A custom widget for the Quill editor.
Expand Down Expand Up @@ -91,7 +92,7 @@ class ZdsQuillEditor extends StatelessWidget {
placeholder: placeholder,
editorKey: editorKey,
),
);
).semantics(identifier: 'TEXT_EDITOR');

// If readOnly, return just editor
if (readOnly) return editor;
Expand Down

0 comments on commit 4fba337

Please sign in to comment.