fix(BRIDGE-143): added missing qml component attribute; cut/paste disabled on read only text areas

This commit is contained in:
Atanas Janeshliev
2024-12-25 15:04:06 +01:00
parent 082849dc6c
commit e340e9f845

View File

@ -366,5 +366,6 @@ FocusScope {
Proton.ContextMenu {
parentObject: root
colorScheme: root.colorScheme
readOnly: control.readOnly
}
}