Remove no longer existed property
This commit is contained in:
@@ -16,7 +16,6 @@ QQC2.ToolBar {
|
|||||||
property alias textField: inputField
|
property alias textField: inputField
|
||||||
property alias cursorPosition: inputField.cursorPosition
|
property alias cursorPosition: inputField.cursorPosition
|
||||||
|
|
||||||
signal closeAllTriggered()
|
|
||||||
signal inputFieldForceActiveFocusTriggered()
|
signal inputFieldForceActiveFocusTriggered()
|
||||||
signal messageSent()
|
signal messageSent()
|
||||||
|
|
||||||
|
|||||||
@@ -87,9 +87,7 @@ ColumnLayout {
|
|||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
onCloseAllTriggered: closeAll()
|
|
||||||
onMessageSent: {
|
onMessageSent: {
|
||||||
closeAll()
|
|
||||||
chatBox.messageSent();
|
chatBox.messageSent();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -111,9 +109,4 @@ ColumnLayout {
|
|||||||
function focusInputField() {
|
function focusInputField() {
|
||||||
chatBar.inputFieldForceActiveFocusTriggered()
|
chatBar.inputFieldForceActiveFocusTriggered()
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeAll() {
|
|
||||||
// TODO clear();
|
|
||||||
chatBar.emojiPaneOpened = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user