Fix drag-performance (#1184)

* Fix drag-performance

* Fixes

* Fixes

* Fixes

* Fixes
This commit is contained in:
Charles Bochet
2023-08-13 05:28:33 +02:00
committed by GitHub
parent bf09a4d6a2
commit e6b20b5ff2
25 changed files with 260 additions and 175 deletions

View File

@ -17,6 +17,7 @@ import {
export type OwnProps = {
label: string;
to?: string;
key: string;
onClick?: () => void;
icon?: ReactNode;
shortcuts?: Array<string>;