mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix weird tab behaviour
This commit is contained in:
parent
020fd2e88d
commit
11d77df898
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ define () ->
|
|||
caption: "\\begin{#{item.name}}..."
|
||||
snippet: """
|
||||
\\begin{#{item.name}}
|
||||
#{item.whitespace || ''}$1
|
||||
#{item.whitespace || ''}$0
|
||||
\\end{#{item.name}}
|
||||
"""
|
||||
meta: "env"
|
||||
|
|
Loading…
Reference in a new issue