Files
editor/src
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
..
2017-01-10 10:06:49 +01:00
2016-12-31 10:36:02 +01:00
2026-04-02 13:55:15 +03:00
2016-12-31 10:36:02 +01:00
2025-12-17 08:27:22 +00:00
2025-02-25 05:01:15 -05:00