mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Fix newline invisible symbol
This commit is contained in:
parent
d3c52ae96d
commit
1ffbff7d99
@ -878,7 +878,7 @@ class Editor extends View
|
||||
line.push(token.escapeValue(@activeEditSession.showInvisibles))
|
||||
|
||||
if @activeEditSession.showInvisibles
|
||||
line.push("<pre class='invisible'>¬</pre>")
|
||||
line.push("<span class='invisible'>¬</span>")
|
||||
|
||||
line.push('</pre>')
|
||||
line.join('')
|
||||
|
Loading…
Reference in New Issue
Block a user