Home >Backend Development >PHP Tutorial >javascript - Baidu Editor refreshes the page after clicking the button to upload attachments, but the pop-up window for selecting attachments cannot pop up. What's going on?
Has anyone encountered such a problem?
Looking for a solution!
Has anyone encountered such a problem?
Looking for a solution!
I found the problem. It turned out to be because I added a sentence in the css:
<code>div{overflow: hidden;} </code>
Then the attachment and multi-image upload functions of Baidu Editor will no longer be available.