In my code, I have a CSS class called .noselect
that disables text selection using various browser-specific properties. However, I am now looking to modify it so that the text can still be selected, but not when the user double-clicks on it.
Is there a way to achieve this, specifically targeting the ngDblclick
event?