mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
feat(split): add right to left support
See https://github.com/nathancahill/split/issues/739
This commit is contained in:
3
packages/splitjs/index.d.ts
vendored
3
packages/splitjs/index.d.ts
vendored
@@ -44,6 +44,9 @@ declare namespace Split {
|
||||
// Direction to split: horizontal or vertical.
|
||||
direction?: 'horizontal' | 'vertical'
|
||||
|
||||
// If the UI is right-to-left. Affects the drag direction.
|
||||
rtl?: boolean
|
||||
|
||||
// Cursor to display while dragging.
|
||||
cursor?: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user