Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
c1e5628f
Verified
Commit
c1e5628f
authored
Jan 18, 2022
by
Fushan Wen
Browse files
applets/clipboard: Always treat clipboard text as plain text
parent
25f82160
Pipeline
#125255
passed with stage
in 8 minutes and 21 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
applets/clipboard/contents/ui/EditPage.qml
View file @
c1e5628f
...
...
@@ -55,6 +55,7 @@ ColumnLayout {
PlasmaComponents3.TextArea
{
id
:
textArea
wrapMode
:
Text
.
Wrap
textFormat
:
TextEdit
.
PlainText
Keys.onPressed
:
{
if
((
event
.
key
===
Qt
.
Key_Return
||
event
.
key
===
Qt
.
Key_Enter
)
&&
!
(
event
.
modifiers
&
Qt
.
ShiftModifier
))
{
...
...
Fushan Wen
@fusionfuture
mentioned in commit
74144db4
·
Jan 18, 2022
mentioned in commit
74144db4
mentioned in commit 74144db46cda45d52e65b2e0b46af8f91b51216e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment