Graphite/desktop
Timon 48ac24da14
Desktop: Fix frontend message response dispatch (#3247)
* One annoying debugging session later

Discovered that the editor handles frontend messages differently from other messages.
It requires all frontend messages to be fully processed before dispatching any resulting messages.

In the web frontend, this behavior happened implicitly because message dispatch is queued at the current end of the JavaScript execution queue.
For the desktop frontend, I added a vector to collect all responses until the entire batch of frontend messages is handled, and then dispatch them afterwards.

* Fix double click travel
2025-10-06 20:04:24 +00:00
..
assets Desktop: Add taskbar icon on Windows (#3225) 2025-09-26 14:30:01 +02:00
embedded-resources Desktop: Make embedded resources optional (#3094) 2025-08-28 17:18:18 +00:00
src Desktop: Fix frontend message response dispatch (#3247) 2025-10-06 20:04:24 +00:00
wrapper Desktop: Fix frontend message response dispatch (#3247) 2025-10-06 20:04:24 +00:00
Cargo.toml Desktop: Add taskbar icon on Windows (#3225) 2025-09-26 14:30:01 +02:00
build.rs Desktop: Add taskbar icon on Windows (#3225) 2025-09-26 14:30:01 +02:00