mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 17:00:27 -04:00
fix: cannot resize table editor columns on safari (#43450)
## Problem On Safari, it's impossible to resize a column. ## Solution This is actually a bug in `react-data-grid` that has been fixed in more recent versions but we can't use them. Patch the package ## How to test - Open the any table in the _Table editor_ - Resize a column
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
||||
.github
|
||||
apps/studio
|
||||
packages
|
||||
patches
|
||||
|
||||
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
|
||||
name: Install pnpm
|
||||
|
||||
Reference in New Issue
Block a user