cyfung1031 / userscript-supports

This is for the userscripts created on GreasyFork.org.
https://cyfung1031.github.io/userscript-supports/
MIT License
48 stars 3 forks source link

bug #25

Closed YolandaMorgan closed 9 months ago

YolandaMorgan commented 9 months ago

Leetcode部分题目模板代码复制时出现复制不完整的情况: 如https://leetcode.cn/problems/implement-queue-using-stacks/ 还原到默认的代码模板后,复制,粘贴时变成

class MyQueue { public: MyQueue() {

}

void push(int x) {

}

… */ 后半部分内容丢失且变成"..."

cyfung1031 commented 9 months ago

已排除 Leetcode。請更新