Skip to content

Commit

Permalink
feat: enable search box for ace editor #412
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky authored and weblate committed Jun 7, 2024
1 parent 020a9ba commit cb303ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/CodeEditor/CodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ace.config.setModuleUrl('ace/ext/searchbox', extSearchboxUrl)

<template>
<VAceEditor
ref="aceRef"

Check failure on line 32 in app/src/components/CodeEditor/CodeEditor.vue

View workflow job for this annotation

GitHub Actions / build_app

'aceRef' is defined as ref, but never used
v-model:value="value"
lang="nginx"
theme="monokai"
Expand Down

0 comments on commit cb303ba

Please sign in to comment.