iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
24.93k stars 1.18k forks source link

iced.rs website doesnt work with darkreader #808

Closed asg0451 closed 3 years ago

asg0451 commented 3 years ago

Clicking the 'next' button does nothing but print this console error

dodrio/change-list.js:90 Uncaught TypeError: Cannot read property 'firstChild' of null
    at Array.pushFirstChild (dodrio/change-list.js:90)
    at ChangeList.applyChangeRange (dodrio/change-list.js:231)
    at ChangeList.applyChanges (dodrio/change-list.js:220)
    at imports.wbg.__wbg_applyChanges_80aff4692bcb5634 (tour.js:281)
    at /tour/tour_bg.wasm:wasm-function[125]:0x63f2d
    at /tour/tour_bg.wasm:wasm-function[305]:0x8715e
    at /tour/tour_bg.wasm:wasm-function[638]:0x96d16
    at __wbg_elem_binding2 (tour.js:27)
    at real (tour.js:444)
yusdacra commented 3 years ago

Same issue as #541

asg0451 commented 3 years ago

totally.