mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
9c69c9acd7
commit
52f2b428e0
@ -362,7 +362,7 @@ define([
|
||||
editor.setOption('indentWithTabs', useTabs);
|
||||
if (!useTabs) {
|
||||
editor.setOption("extraKeys", {
|
||||
Tab: function(cm) {
|
||||
Tab: function() {
|
||||
editor.replaceSelection(Array(units + 1).join(" "));
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user