(index: number)
| 286 | } |
| 287 | |
| 288 | function isThumbEditable(index: number) { |
| 289 | return isEditablesRef.current[index]; |
| 290 | } |
| 291 | |
| 292 | function setThumbEditable(index: number, editable: boolean) { |
| 293 | isEditablesRef.current[index] = editable; |
no outgoing calls
no test coverage detected