mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 11:48:08 +08:00
FIX: Properly add no-conflict to ace editor
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
;
|
||||
(function() {
|
||||
window.require(["ace/ext/error_marker"], function() {});
|
||||
ace.require(["ace/ext/error_marker"], function() {});
|
||||
})();
|
||||
|
Reference in New Issue
Block a user