Change editing so that going up or down from a code or quote a para will be added if one doesn't exist so that the block can te typed around

This commit is contained in:
James Graham
2026-01-08 19:23:50 +00:00
parent d0abfe60f9
commit d64e6fc206
4 changed files with 40 additions and 7 deletions

View File

@@ -40,6 +40,9 @@ public:
*/
QPointer<ChatTextItemHelper> textItem;
/**
* @brief handle the given key and modifiers.
*/
Q_INVOKABLE bool handleKey(Qt::Key key, Qt::KeyboardModifiers modifiers);
Q_SIGNALS: