mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-25 11:02:32 +00:00
chore: typo
This commit is contained in:
@ -44,7 +44,7 @@ class NumberListTextNodeWidget extends StatefulWidget {
|
||||
|
||||
class _NumberListTextNodeWidgetState extends State<NumberListTextNodeWidget>
|
||||
with Selectable, DefaultSelectable {
|
||||
final _richTextKey = GlobalKey(debugLabel: 'heading_text');
|
||||
final _richTextKey = GlobalKey(debugLabel: 'number_list_text');
|
||||
final leftPadding = 20.0;
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user