Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit afac983

Browse files
authored
Merge pull request #1700 from TriliumNext/tab-scroll
Allow the Tab row scroll
2 parents b2b5295 + 80f895a commit afac983

File tree

4 files changed

+231
-75
lines changed

4 files changed

+231
-75
lines changed

docs/Release Notes/Release Notes/v0.93.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* Native ARM builds for Windows are now back.
3535
* Basic Touch Bar support for macOS.
3636
* [Support Bearer Token](https://github.com/TriliumNext/Notes/issues/1701)
37+
* The tab bar is now scrollable when there are many tabs by @SiriusXT
3738

3839
## 🌍 Internationalization
3940

src/public/app/types-lib.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare module "draggabilly" {
1313
containment: HTMLElement
1414
});
1515
element: HTMLElement;
16-
on(event: "pointerDown" | "dragStart" | "dragEnd" | "dragMove", callback: Callback);
16+
on(event: "staticClick" | "dragStart" | "dragEnd" | "dragMove", callback: Callback);
1717
dragEnd();
1818
isDragging: boolean;
1919
positionDrag: () => void;

0 commit comments

Comments
 (0)