mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
fix(BRIDGE-143): added missing qml component attribute; cut/paste disabled on read only text areas
This commit is contained in:
@ -366,5 +366,6 @@ FocusScope {
|
|||||||
Proton.ContextMenu {
|
Proton.ContextMenu {
|
||||||
parentObject: root
|
parentObject: root
|
||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
|
readOnly: control.readOnly
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user