ハッシュタグ入力エリア

Resolve #7600
This commit is contained in:
syuilo
2021-08-07 12:47:01 +09:00
parent 9f9d7325fd
commit ebb53e87f3
3 changed files with 37 additions and 4 deletions

View File

@@ -198,6 +198,14 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false
},
postFormWithHashtags: {
where: 'device',
default: false
},
postFormHashtags: {
where: 'device',
default: ''
},
}));
// TODO: 他のタブと永続化されたstateを同期