mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
fix (editor): can change editor
This commit is contained in:
@@ -198,7 +198,7 @@ export class Editor extends React.Component {
|
||||
if(CONFIG["editor"] === "emacs" || !CONFIG["editor"]){
|
||||
return Promise.resolve();
|
||||
}
|
||||
return import(/* webpackChunkName: "editor" */'./editor/keymap_'+config.editor);
|
||||
return import(/* webpackChunkName: "editor" */'./editor/keymap_'+CONFIG["editor"]);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user