mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
fix(mobile): tab bar context menu (closes #969)
This commit is contained in:
@@ -493,6 +493,10 @@ 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