mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Markdown rendering improvements
This commit is contained in:
parent
8b22a22ae4
commit
e90ff9d508
5 changed files with 109 additions and 64 deletions
|
|
@ -37,11 +37,13 @@ useListen("note:quote", async (note) => {
|
|||
useEvent("composer:quote", note);
|
||||
});
|
||||
useListen("composer:open", () => {
|
||||
open.value = true;
|
||||
if (tokenData.value)
|
||||
open.value = true;
|
||||
});
|
||||
useListen("composer:close", () => {
|
||||
open.value = false;
|
||||
});
|
||||
const client = useMegalodon();
|
||||
const tokenData = useTokenData();
|
||||
const instance = useInstance(client);
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue