mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 09:10:17 +02:00
Add setting for autoclosetags. fixes #347
This commit is contained in:
@@ -330,6 +330,7 @@ export default class ContentWrap extends Component {
|
||||
|
||||
this.cm[type].setOption('keyMap', prefs.keymap);
|
||||
this.cm[type].setOption('lineWrapping', prefs.lineWrap);
|
||||
this.cm[type].setOption('autoCloseTags', prefs.autoCloseTags);
|
||||
this.cm[type].refresh();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user