1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

clipboard: fix html elements get parsed in clipboard entry (#1798)

* clipboard: fix html elements get parsed in clipboard entry

* Revert "clipboard: fix html elements get parsed in clipboard entry"

This reverts commit 52b11eeb98.

* clipboard: fix html elements get parsed in clipboard entry
This commit is contained in:
Triệu Kha
2026-02-23 21:16:15 +07:00
committed by GitHub
parent d78d8121a1
commit 84fa75936a

View File

@@ -135,6 +135,7 @@ Rectangle {
wrapMode: Text.WordWrap
maximumLineCount: entryType === "long_text" ? 3 : 1
elide: Text.ElideRight
textFormat: Text.PlainText
}
}
}