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:
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user