Skip to content

Commit ce9d52b

Browse files
authored
Update README.md
1 parent 55e4ace commit ce9d52b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ A light-weight library for management of hierachical content. Most solutions I f
99
3. :heavy_check_mark: Moving Items between folders (drag-and-drop)
1010
4. :heavy_check_mark: Customising Item Rendering based on item type
1111
5. ✔️ Rendering selectable items like checkboxes or plain content
12-
6. Programmatically toggle item visibility based on the `type` property.
13-
7. Sorting items alphametically or grouping based on types
14-
8. Disabling and Enabling Item
15-
9. Double clicking to rename item
12+
6. ✔️ Double clicking to rename item
13+
7. Programmatically toggle item visibility based on the `type` property.
14+
8. Sorting items alphametically or grouping based on types
15+
9. Disabling and Enabling Item
1616
10. Programmatically determining what item can be dragged into another item.
1717
11. Custom Context Menu depending on item type.
1818

@@ -221,4 +221,4 @@ To do so when calling the `registerItemRenamedHandler` or `registerItemDeletedHa
221221
import { ANY_TYPE } from '@/constants.ts';
222222
```
223223

224-
> This avoids moving magic strings around and provides a central point of change in the future should the need arise. However, you can get rid of the extra import statement and use a string with value 'ANY_TYPE'.
224+
> This avoids moving magic strings around and provides a central point of change in the future should the need arise. However, you can get rid of the extra import statement and use a string with value 'ANY_TYPE'.

0 commit comments

Comments
 (0)