From 5109b4fcd1aab2a6bf92808c9a3147265c1ea2c1 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 18 Mar 2024 16:03:33 -0400 Subject: [PATCH] Fix the quick format bar not actually doing anything --- src/qml/ChatBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/ChatBar.qml b/src/qml/ChatBar.qml index 8cc6f3e0d..cfc6018bd 100644 --- a/src/qml/ChatBar.qml +++ b/src/qml/ChatBar.qml @@ -241,7 +241,7 @@ QQC2.Control { x: textField.cursorRectangle.x y: textField.cursorRectangle.y - height - onFormattingSelected: root.formatText(format, selectionStart, selectionEnd) + onFormattingSelected: _private.formatText(format, selectionStart, selectionEnd) } Keys.onDeletePressed: {