Skip to content

Commit

Permalink
auto format code
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox authored and github-actions[bot] committed Jan 17, 2025
1 parent 70679e6 commit 0baeb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/svelte/components/PageAstNode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
let newText = tmpClone.textContent?.trim() || ""
if (node.content[stringChildIndex] !== newText) {
node.content[stringChildIndex] = newText
updateNode($selectedAstElementId, node);
updateNode($selectedAstElementId, node)
}
}
}
Expand Down

0 comments on commit 0baeb06

Please sign in to comment.