working on legacy note rendering

This commit is contained in:
2025-08-13 08:50:54 +02:00
parent 85ae67b72f
commit 65701dee74
3 changed files with 38 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
let error = $state(null);
let loader = {
offset : 0,
limit : 5,
limit : 20,
active : true
}
let note = $state({source:null,rendered:null});