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:
Gildas Garcia
2026-03-06 08:01:22 +01:00
committed by GitHub
parent 8a5ad58f81
commit 77004016f4
22 changed files with 79 additions and 15 deletions
@@ -20,6 +20,7 @@ jobs:
.github
apps/studio
packages
patches
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
name: Install pnpm