Files
editor/src/styles
Kanish Jeba Mathew M 93596b3540 feat: add drag and drop support to Upload Style area (#1852)
## Feat: Add drag and drop support to Upload Style area

Closes #911

---

### Problem
The Upload Style area only supported click-to-upload. Users could not
drag and drop a JSON file directly onto it.

### Fix
Added `onDragOver` and `onDrop` event handlers to the Upload Style area.
The dropped file is passed to the existing file reading logic already
used by the Upload button. A visual highlight is shown when dragging
over the area.
2026-05-06 17:11:17 +03:00
..
2025-01-21 22:38:05 +01:00
2025-01-21 22:38:05 +01:00
2017-04-02 16:01:56 +01:00
2017-01-11 09:35:48 +01:00
2025-01-21 22:38:05 +01:00
2025-02-25 05:01:15 -05:00
2025-02-25 05:01:15 -05:00
2025-01-21 22:38:05 +01:00
2026-04-02 13:55:15 +03:00