Respond to review feedback

This commit is contained in:
Kasper Nilsson
2022-05-12 23:09:29 -07:00
committed by Dominik
parent 71e941f3da
commit 515300bb26
2 changed files with 13 additions and 10 deletions

View File

@@ -50,6 +50,8 @@ A handler for when the task item is checked or unchecked while the editor is set
If this is not supplied, the task items are immutable while the editor is `readOnly`.
If this function returns false, the check state will be preserved (`readOnly`).
```js
TaskItem.configure({
onReadOnlyChecked: (node, checked) => {