We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8503d9 commit 4945af5Copy full SHA for 4945af5
19_paint.txt
@@ -567,7 +567,7 @@ controls.openURL = function(cx) {
567
elt("button", {type: "submit"}, "load"));
568
form.addEventListener("submit", function(event) {
569
event.preventDefault();
570
- loadImageURL(cx, form.querySelector("input").value);
+ loadImageURL(cx, input.value);
571
});
572
return form;
573
};
0 commit comments