mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 16:43:53 +01:00
New sidebar and folder view (#263)
This commit is contained in:
@@ -14,7 +14,6 @@ export function LocalImage({ src: srcPath, className }: Props) {
|
||||
queryKey: ['local-image', srcPath],
|
||||
queryFn: async () => {
|
||||
const p = await resolveResource(srcPath);
|
||||
console.log("LOADING SRC", srcPath, p)
|
||||
return convertFileSrc(p);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user