Commit 2cc6f15
Fix clipboard copy for single cell to exclude markdown formatting
When copying a single cell value from Stack Viewer, the clipboard
now contains just the value without markdown table delimiters.
Multiple cell selections still use markdown table format with
leading "| " and trailing " |" characters.
This fixes the regression where single cell copy would wrap
values in "|" characters unnecessarily.
Co-authored-by: brianrob <[email protected]>1 parent c40f773 commit 2cc6f15
1 file changed
+13
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
0 commit comments