Niklas Loeser

Results 8 comments of Niklas Loeser

Thanks for testing the code! (It worked on my machine in my limited tests, haha). I will try to reproduce the error and stabilize the PR.

I think that 'unregister' might be called before the ´Display´ and ´Window´ are initialized in the `handle` method.

I added your test.

Updated the example code. I tested a bit. The `Unregister` itself also blocks.

To add to usagi workaround, here is my current setup: Trunk.toml: ```toml [build] pattern_script = """ import * as bindings from '{base}{js}'; bindings.default('{base}{wasm}').then(wasm=>{ document.dispatchEvent(new CustomEvent(\"wasmload\", { detail: { wasm: wasm,...

Maybe also implement, that selecting an item changes the background color of the whole line, not only the background color of the text

The background color is bugged. Only changes the background color of the side strip, not of the fully expanded list is changed