Revize 8ff3394e
Přidáno uživatelem Fantič před více než 1 rok
src/stores/reducers/itemSlice.ts | ||
---|---|---|
39 | 39 |
concordances : action.payload.concordances, |
40 | 40 |
searchSubjects : action.payload.searchSubjects, |
41 | 41 |
inventoryItem : action.payload.inventoryItem, |
42 |
prevItem: action.payload.prevItem, |
|
43 |
nextItem: action.payload.nextItem, |
|
42 | 44 |
fullView : action.payload.fullView, |
43 | 45 |
} |
44 | 46 |
|
Také k dispozici: Unified diff
re #10819 ItemView next, previous item list switching