fix(mobile): switching tabs not working

pull/1141/head
Elian Doran 2025-02-08 13:00:14 +07:00
parent ab5a6c59b8
commit 3d531c9bca
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

@ -494,10 +494,6 @@ export default class TabRowWidget extends BasicWidget {
}
setupDraggabilly() {
if (utils.isMobile()) {
return;
}
const tabEls = this.tabEls;
const { tabPositions } = this.getTabPositions();