mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 01:28:24 +00:00
chore: typo
This commit is contained in:
parent
ec83a68602
commit
7489455c20
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue