perf(renderer): reduce kanban grid resize handles
This commit is contained in:
parent
b9bc6ff83e
commit
e21e80ac05
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const DEFAULT_MIN_WIDTH = 3;
|
|||
const GRID_SCOPE_KEY = 'kanban-grid-layout:global:v2';
|
||||
const SKELETON_HIDE_DELAY_MS = 500;
|
||||
const SKELETON_HIDE_DELAY_MS_ON_MODE_SWITCH = 750;
|
||||
const RESIZE_HANDLES: ResizeHandleAxis[] = ['s', 'e', 'se'];
|
||||
const RESIZE_HANDLES: ResizeHandleAxis[] = ['se'];
|
||||
const WidthAwareGridLayout = WidthProvider(ReactGridLayout);
|
||||
|
||||
export interface KanbanGridColumn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue