Commit bd7596a
committed
fix: decode HTML entities when copying task output to clipboard
NcRichContenteditable internally uses innerHTML which encodes < and >
as < and >. When copying the result, these entities were copied
literally instead of the actual characters.
Fixes #432
Signed-off-by: shurik <shurik@users.noreply.github.com>1 parent 151eed7 commit bd7596a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
187 | | - | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
0 commit comments