mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-29 07:48:28 +00:00
fix paste bug
This commit is contained in:
@@ -1057,7 +1057,7 @@ class MarkDown {
|
||||
tw.pop();
|
||||
text = tw.join("");
|
||||
}
|
||||
const boxText = text + txt + end;
|
||||
const boxText = text + txt + (end ?? "");
|
||||
box.textContent = boxText;
|
||||
const len = text.length + txt.length;
|
||||
text = boxText;
|
||||
|
||||
Reference in New Issue
Block a user