feat: Persist composer state in localStorage
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 0s
Deploy to GitHub Pages / build (push) Failing after 0s
Docker / build (push) Failing after 0s
Mirror to Codeberg / Mirror (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
Jesse Wierzbinski 2025-08-28 08:08:14 +02:00
parent b510782a30
commit e055e2bc8f
No known key found for this signature in database
2 changed files with 35 additions and 2 deletions

View file

@ -69,7 +69,7 @@ const send = async () => {
watch(
props,
async (props) => {
if (props.relation) {
if (props.relation && !store.relation) {
store.stateFromRelation(
props.relation.type,
props.relation.note,