Browse Source

Мелкая поправка

Book Pauk 5 năm trước cách đây
mục cha
commit
2154f20fa4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/components/Reader/SettingsPage/SettingsPage.vue

+ 1 - 1
client/components/Reader/SettingsPage/SettingsPage.vue

@@ -172,7 +172,7 @@ selectedTabOld = null;//todo: remove
         this.$watch(
             '$refs.tabs.scrollable',
             (newValue) => {
-                this.tabsScrollable = newValue;
+                this.tabsScrollable = newValue && !this.$isMobileDevice;
             }
         );
     }