ts const fix

This commit is contained in:
Jan Prochazka 2022-11-03 16:40:12 +01:00
parent 9910bbead3
commit f4a4eb7f9e

View File

@ -47,7 +47,7 @@
);
if (index >= 0 && index + d >= 0 && index + d < current.columns?.length) {
const columns = [...current.columns];
let columns = [...current.columns];
[columns[index], columns[index + d]] = [columns[index + d], columns[index]];