How to select the text of a plugin, so I can copy text

I use react to develop the plugin view, but when I run it to use it, I find I can not select the text of view.

use CSS:

.some-class {
   user-select: text;
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.