You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-08 23:07:32 +02:00
Desktop: Accessibility: Add setting to increase scrollbar and other small control sizes (#11627)
This commit is contained in:
@@ -28,7 +28,7 @@ describe('linkReplacement', () => {
|
||||
ResourceModel: defaultResourceModel,
|
||||
resources: {
|
||||
[resourceId]: {
|
||||
item: {},
|
||||
item: { id: 'test' },
|
||||
localState: {
|
||||
fetch_status: 2, // FETCH_STATUS_DONE
|
||||
},
|
||||
@@ -46,7 +46,7 @@ describe('linkReplacement', () => {
|
||||
ResourceModel: defaultResourceModel,
|
||||
resources: {
|
||||
[resourceId]: {
|
||||
item: {},
|
||||
item: { id: 'test' },
|
||||
localState: {
|
||||
fetch_status: 0, // FETCH_STATUS_IDLE
|
||||
},
|
||||
@@ -66,7 +66,7 @@ describe('linkReplacement', () => {
|
||||
ResourceModel: defaultResourceModel,
|
||||
resources: {
|
||||
[resourceId]: {
|
||||
item: {},
|
||||
item: { id: 'test' },
|
||||
localState: {
|
||||
fetch_status: 2, // FETCH_STATUS_DONE
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user