Rhiza
Rhiza
See latest PR - Fedora 28
@Fullfrontal / @vasturiano - see https://github.com/vasturiano/timelines-chart/pull/30.
See https://github.com/vasturiano/timelines-chart/pull/29
 mmm, that patch didn't resolve the issue for me, fwr.
You can always use Vanilla JS as a workaround: ``` javascript window.mdSelectOnKeyDownOverride = function(event) { event.stopPropagation(); // NOTE: hack until this is fixed... }; ... ... ... ... ... ......
I've had a similar issue - the following seems to have resolved it. Seems like settings custom workspace in `.config/regolith3/Xresources` triggered something / is colliding? ```bash sudo su - mv...
Seems like this is related to https://github.com/regolith-linux/regolith-desktop/issues/504