Fix variable reference error in #load: URL handling

Fixes https://github.com/1j01/jspaint/issues/265
main
Isaiah Odhner 2021-12-08 15:23:06 -05:00
parent 380c9a0af1
commit 2caede75f5
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@
end_current_session();
change_url_param("local", generate_session_id());
load_image_from_uri(uri).then((info) => {
load_image_from_uri(url).then((info) => {
open_from_image_info(info, null, null, true, true);
}, show_resource_load_error_message);