You've already forked obsidian-visualiser
Fix comrpessing bug on null buffers, make pinned floaters resizable and optimize a few things here and there
This commit is contained in:
@@ -35,7 +35,7 @@ export default defineEventHandler(async (e) => {
|
||||
return data.content;
|
||||
}
|
||||
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
catch(_e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user