Skip to content

Commit

Permalink
fix(monaco): Monaco editor replaceAll functionality does not work
Browse files Browse the repository at this point in the history
Change-Id: I80e8a1f202d5a490276851cbbde45e09387537a5
GitOrigin-RevId: 570267e079506295f6babe9dcbc7faf3d3456734
  • Loading branch information
sarahsga authored and actions-user committed Oct 28, 2024
1 parent 21ca2f2 commit 8533f61
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,11 @@ function initMonacoEditorJs(
};
find._state.change(
{
searchScope: {
...scope,
},
searchScope: [
{
...scope,
},
],
},
true
);
Expand Down

0 comments on commit 8533f61

Please sign in to comment.