remove references to Flickable in TextAreaWithFooterType

This commit is contained in:
Cyril Anisimov
2025-07-26 17:32:04 +02:00
parent a6f52bfd90
commit 9e805635c3
@@ -31,15 +31,6 @@ Rectangle {
border.color: getBorderColor(borderNormalColor)
radius: 16
property FlickableType parentFlickable: null
onFocusChanged: {
if (root.activeFocus) {
if (root.parentFlickable) {
root.parentFlickable.ensureVisible(root)
}
}
}
MouseArea {
id: parentMouse
anchors.fill: parent