mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add reply header rendering in notes
This commit is contained in:
parent
e90ff9d508
commit
dd62647928
6 changed files with 40 additions and 10 deletions
|
|
@ -37,8 +37,7 @@ useListen("note:quote", async (note) => {
|
|||
useEvent("composer:quote", note);
|
||||
});
|
||||
useListen("composer:open", () => {
|
||||
if (tokenData.value)
|
||||
open.value = true;
|
||||
if (tokenData.value) open.value = true;
|
||||
});
|
||||
useListen("composer:close", () => {
|
||||
open.value = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue