Don't deselect area text from label container

This commit is contained in:
miruka 2019-09-01 17:14:11 -04:00
parent 85aaf7bcce
commit bf2004ed84
2 changed files with 0 additions and 10 deletions

View File

@ -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
- Banners
- Composer
@ -44,7 +38,6 @@
- Copy link
- Make scroll wheel usable
- Copy to X11 selection
- Make events copiable
- Images don't load correctly in TextEdit
- Just use Shortcut onHeld instead of analyzing the current velocity

View File

@ -2,9 +2,6 @@ import QtQuick 2.12
import "../utils.js" as Utils
FocusScope {
onSelectedTextsChanged: if (selectedTexts) composer.textArea.deselect()
signal deselectAll()