Web: Files: SelectionArea: fixed selection

This commit is contained in:
Nikita Gopienko 2024-04-22 14:49:35 +03:00
parent 857f0a3e90
commit 2143b7c2b8

View File

@ -58,7 +58,7 @@ const SelectionArea = (props) => {
const setTilesCount = () => {
const newCount = getCountTilesInRow();
if (countTilesInRow !== newCount) setCountTilesInRow(newCount);
setCountTilesInRow(newCount);
};
const onMove = ({ added, removed, clear }) => {