mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: typo
This commit is contained in:
parent
ec83a68602
commit
7489455c20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user