jupyterlab / lumino

Lumino is a library for building interactive web applications
https://lumino.readthedocs.io/
Other
598 stars 127 forks source link

Support selectors with shadow-piercing descendant combinator (`/deep/`) #683

Closed krassowski closed 4 months ago

krassowski commented 4 months ago

A potential solution for https://github.com/jupyterlab/jupyterlab/issues/15757

By allowing commands to use /deep/ selector we could filter out shortcuts use on inputs withing shadow DOM.

krassowski commented 4 months ago

Closing as we went a different route in https://github.com/jupyterlab/jupyterlab/pull/15774