File tree 3 files changed +6
-6
lines changed
editor-autosuggest-keywords
editor-autosuggest-oas3-keywords
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import * as wrapActions from "./wrap-actions"
1
+ import { addAutosuggestionCompleters } from "./wrap-actions"
2
2
3
3
export default function EditorAutosuggestKeywordsPlugin ( ) {
4
4
return {
5
5
statePlugins : {
6
6
editor : {
7
- wrapActions,
7
+ wrapActions : { addAutosuggestionCompleters } ,
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
- import * as wrapActions from "./wrap-actions"
1
+ import { addAutosuggestionCompleters } from "./wrap-actions"
2
2
3
3
export default function EditorAutosuggestOAS3KeywordsPlugin ( ) {
4
4
return {
5
5
statePlugins : {
6
6
editor : {
7
- wrapActions,
7
+ wrapActions : { addAutosuggestionCompleters } ,
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
- import * as wrapActions from "./wrap-actions"
1
+ import { addAutosuggestionCompleters } from "./wrap-actions"
2
2
3
3
export default function EditorAutosuggestRefsPlugin ( ) {
4
4
return {
5
5
statePlugins : {
6
6
editor : {
7
- wrapActions,
7
+ wrapActions : { addAutosuggestionCompleters } ,
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments