Skip to content

Commit 9680f93

Browse files
committed
rename remaining advanceds to ace
1 parent 80369ff commit 9680f93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/frontend/editor/AceEditor.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ interface AceEditorAsyncProps {
329329
pairCharacters: PairCharacters;
330330
}
331331

332-
class AceEditorAsync extends React.Component<AceEditorAsyncProps, AdvancedEditorAsyncState> {
332+
class AceEditorAsync extends React.Component<AceEditorAsyncProps, AceEditorAsyncState> {
333333
public constructor(props) {
334334
super(props);
335335
this.state = {
@@ -447,13 +447,13 @@ class AceEditorAsync extends React.Component<AceEditorAsyncProps, AdvancedEditor
447447

448448
private async requireLibraries() {
449449
return import(
450-
/* webpackChunkName: "advanced-editor" */
451-
'../advanced-editor'
450+
/* webpackChunkName: "ace-editor" */
451+
'./ace-editor'
452452
);
453453
}
454454
}
455455

456-
interface AdvancedEditorAsyncState {
456+
interface AceEditorAsyncState {
457457
theme?: string;
458458
keybinding?: string;
459459
themeState: LoadState;
File renamed without changes.

0 commit comments

Comments
 (0)