diff --git a/src/mobile-main.js b/src/mobile-main.js
index ffae7fd8..101ccaad 100644
--- a/src/mobile-main.js
+++ b/src/mobile-main.js
@@ -128,8 +128,6 @@ new Vue({
if (event.key === 'Escape' || event.key === 'Esc' || event.keyCode === 27 || event.which === 27) {
if (document.querySelectorAll('.modal-in').length > 0) {
app.dialog.close();
- app.sheet.close();
- app.popup.close();
return false;
}
}
diff --git a/src/views/mobile/About.vue b/src/views/mobile/About.vue
index c8e3b15f..965da45d 100644
--- a/src/views/mobile/About.vue
+++ b/src/views/mobile/About.vue
@@ -9,7 +9,7 @@
-