ProZI
Results
2
comments of
ProZI
Hi! It's my solution for this ```js const [selections, setSelections] = useState(null); const parsePaste = useCallback((str) => { const isOneValueInMultipleSelect = !(/\r\n|\n|\r|\t/.test(str)); if (isOneValueInMultipleSelect) { const axiosX = Math.abs(selections.end.i -...
I have the same problem