We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6fd5e commit 1a4cf37Copy full SHA for 1a4cf37
1 file changed
llms/extensions/core_tools/ui/index.mjs
@@ -116,8 +116,6 @@ const CodePage = {
116
// Initial load
117
code.value = loadCode(language.value)
118
119
-
120
121
watch(language, (newLang, oldLang) => {
122
// Save old language code
123
if (oldLang && cm) {
@@ -645,6 +643,5 @@ export default {
645
643
646
644
ctx.routes.push({ path: '/code', component: CodePage, meta: { title: 'Run Code' } })
647
ctx.routes.push({ path: '/calc', component: CalcPage, meta: { title: 'Calculator' } })
648
649
}
650
0 commit comments