mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-05 22:48:27 +00:00
chore: replace 'checkbox' with StyleKey.checkbox
This commit is contained in:
parent
6dcf3b3fa7
commit
364a8e6ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class _CheckboxNodeWidgetState extends State<CheckboxNodeWidget>
|
|||
debugPrint('[Checkbox] onTap...');
|
||||
TransactionBuilder(widget.editorState)
|
||||
..updateNode(widget.textNode, {
|
||||
'checkbox': !check,
|
||||
StyleKey.checkbox: !check,
|
||||
})
|
||||
..commit();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue