mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-25 14:31:33 +08: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