After refreshing, mui cannot make a long press copy of the text.

  • list items
  mui.init({pullRefresh: {
            container: "-sharppullrefresh",
            up: {
                contentrefresh: "...",
                callback: pullupRefresh
            }
        }
    });
The text inside the

element "- sharppullrefresh" cannot be copied, and the text outside the "- sharppullrefresh" element can be copied freely.
where css has added the style "user-select:text"

Mui
Mar.13,2021
Menu