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

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