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