1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: Mobile: Fix warning in image editor test (#9338)

This commit is contained in:
Henry Heino
2023-11-19 02:43:22 -08:00
committed by GitHub
parent 9b078de9d8
commit dc20402f5b

View File

@ -124,6 +124,7 @@ export const createJsDrawEditor = (
return new Promise<string>((resolve, reject) => {
if (!resourceUrl) {
resolve('');
return;
}
// fetch seems to be unable to request file:// URLs.