This commit is contained in:
朱子楚\zhuzi 2023-09-08 22:43:52 +08:00
parent 24f3cb1027
commit c0f15060af
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ FluMenu{
text:pasteText text:pasteText
focus: false focus: false
padding: 0 padding: 0
visible: !inputItem.readOnly
height: visible ? 36 : 0 height: visible ? 36 : 0
onClicked: { onClicked: {
inputItem.paste() inputItem.paste()

View File

@ -55,6 +55,7 @@ FluMenu{
text:pasteText text:pasteText
focus: false focus: false
padding: 0 padding: 0
visible: !inputItem.readOnly
height: visible ? 36 : 0 height: visible ? 36 : 0
onClicked: { onClicked: {
inputItem.paste() inputItem.paste()