Skip to content

Commit 60d84bb

Browse files
ZHENG-Qi625Nourhane Boudaoud
andauthored
IMPROVEMENT: Simplified Media Insertion (Video/Photo) (fixes #365).
Co-authored-by: Nourhane Boudaoud <@NourhaneBoudaoud>, LI Zhenpeng <@LZPxka>
1 parent 4a11edb commit 60d84bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/components/FormattedText.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function embedVideo({ src }) {
2323
}
2424

2525
function FormattedText({ children, setHighlightedText, selectable, setSelectedText }) {
26-
2726
const handleMouseUp = () => {
2827
if (selectable) {
2928
let text = window.getSelection().toString();

0 commit comments

Comments
 (0)