perf(renderer): reduce kanban grid resize handles

This commit is contained in:
777genius 2026-05-31 04:26:04 +03:00
parent b9bc6ff83e
commit e21e80ac05

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