update
This commit is contained in:
parent
24f3cb1027
commit
c0f15060af
|
@ -55,6 +55,7 @@ FluMenu{
|
|||
text:pasteText
|
||||
focus: false
|
||||
padding: 0
|
||||
visible: !inputItem.readOnly
|
||||
height: visible ? 36 : 0
|
||||
onClicked: {
|
||||
inputItem.paste()
|
||||
|
|
|
@ -55,6 +55,7 @@ FluMenu{
|
|||
text:pasteText
|
||||
focus: false
|
||||
padding: 0
|
||||
visible: !inputItem.readOnly
|
||||
height: visible ? 36 : 0
|
||||
onClicked: {
|
||||
inputItem.paste()
|
||||
|
|
Loading…
Reference in New Issue