Skip to content
Commit 0eadd3f6 authored by Oliver Hiorns's avatar Oliver Hiorns Committed by Fushan Wen
Browse files

Klipper applet: don't delete final char of lines

In the Klipper applet/plasmashell popup, when rendering multiline
strings, the final character of each line (except the last) is deleted.

So a string like

hello
there
world

becomes

hell
ther
world

This is due to a bad regex, which this commit fixes.
parent 46fcabdc
Pipeline #309116 passed with stage
in 16 minutes and 27 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment