mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Persist composer state in localStorage
Some checks failed
Some checks failed
This commit is contained in:
parent
b510782a30
commit
e055e2bc8f
2 changed files with 35 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue