mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 13:44:25 +01:00
Unrestrict cursor option typing
There doesn't appear to be a restriction in the code that limits the cursor style to one of col-resize or row-resize. Change it to string to be more lenient, like gutterAlign.
This commit is contained in:
parent
c55da9de12
commit
27bfaba5ec
2
packages/splitjs/index.d.ts
vendored
2
packages/splitjs/index.d.ts
vendored
@ -42,7 +42,7 @@ declare namespace Split {
|
|||||||
direction?: 'horizontal' | 'vertical';
|
direction?: 'horizontal' | 'vertical';
|
||||||
|
|
||||||
// Cursor to display while dragging.
|
// Cursor to display while dragging.
|
||||||
cursor?: 'col-resize' | 'row-resize';
|
cursor?: string;
|
||||||
|
|
||||||
// Callback on drag.
|
// Callback on drag.
|
||||||
onDrag?(): void;
|
onDrag?(): void;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user