Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Aug 20, 2024
1 parent 2b2e131 commit 2ab20bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/hooks/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function createItem({
setContent(item, content);

setAttribute(item, "parent", parent_id);
setAttribute(item, "prev_id", prev_id);
setAttribute(item, "prev", prev_id);

setItemDirty(item, dirty);
setItemCollapsed(item, collapsed);
Expand Down

0 comments on commit 2ab20bf

Please sign in to comment.