diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-31 23:24:07 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-25 19:05:11 +0100 |
commit | 7a74b863402e5f67ce7fd0a99ab3ad64b7296344 (patch) | |
tree | e930fa3ee7d43a835d014e70929656b84125672a /resources/qml/TimelineView.qml | |
parent | Disable scroll helper on mobile (diff) | |
download | nheko-7a74b863402e5f67ce7fd0a99ab3ad64b7296344.tar.xz |
Pasteable textinput
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 95143b18..d85167af 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -234,8 +234,8 @@ Page { ReplyPopup { } - //MessageInput { - //} + MessageInput { + } } |