theme issue
This commit is contained in:
parent
3ebfbf41fd
commit
e20011cf7c
@ -60,7 +60,7 @@
|
||||
<ace-editor
|
||||
#editorComponent
|
||||
[mode]="'text'"
|
||||
[theme]="'light'"
|
||||
[theme]="'tomorrow'"
|
||||
[options]="aceOptions"
|
||||
(textChanged)="textChanged($event)"
|
||||
[autoUpdateContent]="true"
|
||||
|
||||
@ -10,7 +10,7 @@ import { reference } from '../../../utils/functions';
|
||||
import { debounce } from '../../../utils/debounce';
|
||||
|
||||
declare var ace;
|
||||
|
||||
ace.config.set('basePath', '/assets/ace-editor/');
|
||||
const Range = ace.acequire('ace/range').Range;
|
||||
|
||||
@Component({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user