Skip to content

Commit

Permalink
[Console] fix pretier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hro-maker committed Mar 25, 2022
1 parent 09ff29d commit ad2a4da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function EditorUI({ initialTextValue }: EditorProps) {

// Fire and forget.
$.ajax(loadFrom).done(async (data) => {
await editor.update(`${initialTextValue}\n ${data}` , true);
await editor.update(`${initialTextValue}\n ${data}`, true);
editor.moveToNextRequestEdge(false);
coreEditor.clearSelection();
editor.highlightCurrentRequestsAndUpdateActionBar();
Expand Down

0 comments on commit ad2a4da

Please sign in to comment.