🐛 App > Viewer > Code > Turn off spell check

This commit is contained in:
brunosimon
2018-01-09 22:48:06 +01:00
parent 39fb7ab065
commit eea1a6687e
+1 -1
View File
@@ -11,6 +11,6 @@
<span class="question" @click.prevent="onLineClick(line)">?</span> <span class="question" @click.prevent="onLineClick(line)">?</span>
</div> </div>
</div> </div>
<pre class="code" v-highlightjs="version.content" contenteditable @keydown="onCodeKeyDown($event)"><code :class="[ extension ]"></code></pre> <pre class="code" v-highlightjs="version.content" spellcheck="false" contenteditable @keydown="onCodeKeyDown($event)"><code :class="[ extension ]"></code></pre>
</div> </div>
</div> </div>