jupyterlab / lumino

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

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

Closed krassowski closed 9 months ago

krassowski commented 9 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 9 months ago

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