Commit 850671f
Fix duplicate cm- prefix in overlay styling
Ensure that when an overlay is added that the class `cm-overlay` is
used to denote a `span` instead of `cm-cm-overlay` (with the `cm-`
prefix repeated twice).
* E.g. before fix:
```
<span class="cm-cm-overlay cm-spell-error">zpelling</span>
```
* And after fix:
```
<span class="cm-overlay cm-spell-error">zpelling</span>
```1 parent 96cd888 commit 850671f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments