Merge pull request #1613 from brollb/1612-canceling-file-select-breaks-logo-menu

Added 'display:none;' to input. Fixes #1612
pull/29/head
Jens Mönig 2017-01-13 08:53:20 +01:00 zatwierdzone przez GitHub
commit 32462e19b7
2 zmienionych plików z 2 dodań i 0 usunięć

1
gui.js
Wyświetl plik

@ -2805,6 +2805,7 @@ IDE_Morph.prototype.projectMenu = function () {
inp.style.left = "0px";
inp.style.width = "0px";
inp.style.height = "0px";
inp.style.display = "none";
inp.addEventListener(
"change",
function () {

Wyświetl plik

@ -8402,6 +8402,7 @@ WatcherMorph.prototype.userMenu = function () {
inp.style.left = "0px";
inp.style.width = "0px";
inp.style.height = "0px";
inp.style.display = "none";
inp.addEventListener(
"change",
function () {