Don't deselect area text from label container
This commit is contained in:
parent
85aaf7bcce
commit
bf2004ed84
7
TODO.md
7
TODO.md
|
@ -1,9 +1,3 @@
|
||||||
- Message selection
|
|
||||||
- Copy text with triple click, copy text + name + date with quadruple click
|
|
||||||
- Copy to X11 selection
|
|
||||||
- Make scroll wheel usable
|
|
||||||
- Copy links
|
|
||||||
|
|
||||||
- Refactoring
|
- Refactoring
|
||||||
- Banners
|
- Banners
|
||||||
- Composer
|
- Composer
|
||||||
|
@ -44,7 +38,6 @@
|
||||||
- Copy link
|
- Copy link
|
||||||
- Make scroll wheel usable
|
- Make scroll wheel usable
|
||||||
- Copy to X11 selection
|
- Copy to X11 selection
|
||||||
- Make events copiable
|
|
||||||
- Images don't load correctly in TextEdit
|
- Images don't load correctly in TextEdit
|
||||||
|
|
||||||
- Just use Shortcut onHeld instead of analyzing the current velocity
|
- Just use Shortcut onHeld instead of analyzing the current velocity
|
||||||
|
|
|
@ -2,9 +2,6 @@ import QtQuick 2.12
|
||||||
import "../utils.js" as Utils
|
import "../utils.js" as Utils
|
||||||
|
|
||||||
FocusScope {
|
FocusScope {
|
||||||
onSelectedTextsChanged: if (selectedTexts) composer.textArea.deselect()
|
|
||||||
|
|
||||||
|
|
||||||
signal deselectAll()
|
signal deselectAll()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user