Osbert Yue
Osbert Yue
Hi @wcom939, I cannot provide a concrete example here but it is definitely possible. We are using fin-hypergrid in our projects fused with angular 1.5 component syntax, so angular 2...
I encounter this issue too when using imaplib -> quopri -> a2b_qp
P.S. I think probably replace `-webkit-user-select` with `user-select` should get it working, or doing it in a more non-hacking way such as `document.body.style.userSelect = 'none'`, but better leave with you...