refac/fix: rich text input in ff

This commit is contained in:
Timothy Jaeryang Baek
2025-07-06 17:32:03 +04:00
parent be7166d6fc
commit e84c521177
3 changed files with 91 additions and 84 deletions

View File

@@ -385,7 +385,6 @@
};
onMount(async () => {
console.log('codeblock', lang, code);
if (token) {
onUpdate(token);
}