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:
@@ -16,5 +16,10 @@ export default defineEventHandler(async (event) => {
|
||||
//@ts-expect-error
|
||||
_end.call(event.node.res, await Bun.zstdCompress(buffer), ...args);
|
||||
}
|
||||
else
|
||||
{
|
||||
//@ts-expect-error
|
||||
_end.call(event.node.res, body, ...args);
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user