perf: trim kanban resize handles

This commit is contained in:
777genius 2026-05-29 15:51:40 +03:00
parent b4b9175287
commit 0555a5e3be

View file

@ -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', 'w', 'e', 'n', 'sw', 'nw', 'se', 'ne'];
const RESIZE_HANDLES: ResizeHandleAxis[] = ['s', 'e', 'se'];
const WidthAwareGridLayout = WidthProvider(ReactGridLayout);
export interface KanbanGridColumn {