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
082aee23
Commit
082aee23
authored
Jan 19, 2022
by
Eugene Popov
🇺🇦
Committed by
Fushan Wen
Feb 18, 2022
Browse files
Revert "Fix Klipper Actions content truncation"
This reverts commit
49365857
.
parent
8148858b
Changes
1
Hide whitespace changes
Inline
Side-by-side
klipper/urlgrabber.cpp
View file @
082aee23
...
...
@@ -244,7 +244,7 @@ void URLGrabber::execute(const ClipAction *action, int cmdIdx) const
ClipCommand
command
=
action
->
command
(
cmdIdx
);
if
(
command
.
isEnabled
)
{
QString
text
(
m_myClipItem
->
mimeData
()
->
text
());
QString
text
(
m_myClipItem
->
text
());
if
(
m_stripWhiteSpace
)
{
text
=
text
.
trimmed
();
}
...
...
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