File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 180
180
181
181
<div class =" editor-tools" >
182
182
<div class =" tools" >
183
- <a data-balloon =" Formatting Help" @click =" showFormatting = true " ><i class =" fa fa-code" ></i ></a >
184
- <a :data-balloon =" isMinimized ? 'Expand Editor ' : 'Minimize Editor '" @click =" fullscreen = !fullscreen" ><i class =" fa expand" :class =" { 'fa-expand': isMinimized , 'fa-compress': !isMinimized }" ></i ></a >
183
+ <a href = " # " data-balloon =" Formatting Help" @click.prevent =" showFormatting = !showFormatting " ><i class =" fa fa-code" ></i ></a >
184
+ <a href = " # " :data-balloon =" fullscreen ? 'Minimize ' : 'Fullscreen '" @click.prevent =" fullscreen = !fullscreen" ><i class =" fa expand" :class =" { 'fa-expand': !fullscreen , 'fa-compress': fullscreen }" ></i ></a >
185
185
</div >
186
186
</div >
187
187
You can’t perform that action at this time.
0 commit comments