1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-19 09:35:22 -04:00

fix(clipboard): paste selected history entry (#2660)

This commit is contained in:
jbwfu
2026-06-18 12:57:07 +08:00
committed by GitHub
parent 085ce01da6
commit b925010cb3
6 changed files with 74 additions and 8 deletions
@@ -15,6 +15,12 @@ Item {
property var entry: null
property string editorText: ""
function releaseTextInputFocus() {
if (editField) {
editField.focus = false;
}
}
function decodeEntryData(data) {
if (!data) {
return "";