You've already forked joplin
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:
@ -124,6 +124,7 @@ export const createJsDrawEditor = (
|
|||||||
return new Promise<string>((resolve, reject) => {
|
return new Promise<string>((resolve, reject) => {
|
||||||
if (!resourceUrl) {
|
if (!resourceUrl) {
|
||||||
resolve('');
|
resolve('');
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fetch seems to be unable to request file:// URLs.
|
// fetch seems to be unable to request file:// URLs.
|
||||||
|
Reference in New Issue
Block a user