Open ralphbean opened 9 years ago
Text selection is disabled by theme css (I have no idea why, actually). You can override it by:
ul.messenger-theme-your-theme {
user-select: text;
}
:100:
Works better if you only make the inner text copied (prevents close X from highlighting):
.messenger-message-inner { user-select:text!important; }
It would be nice to be able to select and copy text from a pop-up, but I don't seem to be able to on Chrome or Firefox.
Would it be possible to add this?