Commit c65b37a
committed
fix(clipper): remove dead wlCopyProc reference causing ReferenceError on teardown (v2.4.2)
Component.onDestruction in Main.qml referenced wlCopyProc, an id that
does not exist in this file. It threw:
ReferenceError: wlCopyProc is not defined
on panel/shell teardown. The id was left over from an earlier refactor;
wl-copy usage already lives in copyToClipboardProc and direct
Quickshell.execDetached(["wl-copy", ...]) calls, so no replacement
logic is needed — just delete the two dead lines.
Bumps version to 2.4.2 and adds a matching CHANGELOG entry.1 parent ee2c969 commit c65b37a
3 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
1300 | | - | |
1301 | | - | |
1302 | 1300 | | |
1303 | 1301 | | |
1304 | 1302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments