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

This commit is contained in:
Book Pauk
2020-02-18 20:52:12 +07:00
parent afe40b6a89
commit 2154f20fa4

View File

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