Disable the quote reply popup

I’ve developed a plugin which allows the user to select text, but the quote reply popup appears and gets in the way.

Is there someway that I can disable it?

CSS

.quote-button { display: none !important; }
3 Likes