feat: Add reply header rendering in notes

This commit is contained in:
Jesse Wierzbinski 2024-05-11 16:33:40 -10:00
parent e90ff9d508
commit dd62647928
No known key found for this signature in database
6 changed files with 40 additions and 10 deletions

View file

@ -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;