mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 06:59:04 +01:00
fix(mobile): tab bar context menu (closes #969)
This commit is contained in:
parent
7c7fd044c6
commit
5985519570
@ -493,6 +493,10 @@ export default class TabRowWidget extends BasicWidget {
|
||||
}
|
||||
|
||||
setupDraggabilly() {
|
||||
if (utils.isMobile()) {
|
||||
return;
|
||||
}
|
||||
|
||||
const tabEls = this.tabEls;
|
||||
const { tabPositions } = this.getTabPositions();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user