mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
fix(mobile): switching tabs not working
This commit is contained in:
@@ -494,10 +494,6 @@ export default class TabRowWidget extends BasicWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setupDraggabilly() {
|
setupDraggabilly() {
|
||||||
if (utils.isMobile()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const tabEls = this.tabEls;
|
const tabEls = this.tabEls;
|
||||||
const { tabPositions } = this.getTabPositions();
|
const { tabPositions } = this.getTabPositions();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user