Skip to content

Commit 7f80625

Browse files
fix(vega): fixed vega editor search not working (opensearch-project#10937)
* fix(vega): fixed vega editor search not working fixed opensearch-project#9457 Signed-off-by: Yulong Ruan <[email protected]> * Changeset file for PR opensearch-project#10937 created/updated --------- Signed-off-by: Yulong Ruan <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
1 parent a5bfad5 commit 7f80625

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelogs/fragments/10937.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fix:
2+
- Vega visualization editor search not working ([#10937](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10937))

src/plugins/vis_type_vega/public/components/vega_vis_editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import { EuiCodeEditor } from '@elastic/eui';
3333
import compactStringify from 'json-stringify-pretty-compact';
3434
import hjson from 'hjson';
3535
import 'brace/mode/hjson';
36+
import 'brace/ext/searchbox';
3637
import { i18n } from '@osd/i18n';
3738

3839
import { VisOptionsProps } from 'src/plugins/vis_default_editor/public';

0 commit comments

Comments
 (0)