mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-03 16:51:28 +00:00
[cm6] snippet using the same label as in figure modal (#13239)
* [cm6] snippet using the same label as in figure modal * remove ace editor change GitOrigin-RevId: 076d8b09ebdf61f992e9d3ce37fab84df38524ee
This commit is contained in:
parent
61e7f6f3a8
commit
174761850b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export const environments = new Map([
|
|||
\t\\centering
|
||||
\t\\includegraphics{$1}
|
||||
\t\\caption{\${2:Caption}}
|
||||
\t\\label{\${3:fig:my_label}}
|
||||
\t\\label{\${3:fig:enter-label}}
|
||||
\\end{figure}`,
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue