ionic-team / ionic-pwa-toolkit

Build lightning fast Progressive Web Apps with zero config and best practices built-in. Go from zero to production ready with Ionic and Stencil (Web Components).
MIT License
633 stars 74 forks source link

Don't disable text selection #77

Closed dandv closed 5 years ago

dandv commented 5 years ago

I wanted to select text from the welcome message, but user-select was set to none. That's annoying :)

jgw96 commented 5 years ago

Hey! This is definitely something us to consider, leaving this issue open for now to discuss. Thanks!

manucorporat commented 5 years ago

Fixed by https://github.com/ionic-team/ionic/commit/8a1ad1da2c2d62ea397bb847f9dff0502148ffb3

Thanks for opening the issue!