feat: Add ability to copy/cut cards with shortcut support

This commit is contained in:
Maksim Eltyshev
2025-12-09 14:58:01 +01:00
parent 52acc9de90
commit 9e6e38fcf7
113 changed files with 1616 additions and 259 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
import { createContext } from 'react';
export default createContext([null, null]);
export default createContext([null, null, null, null]);