mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
remove unusused cm
This commit is contained in:
parent
76f90ea375
commit
2a572fb1bd
@ -150,10 +150,10 @@ export default class RemotelySavePlugin extends Plugin {
|
|||||||
|
|
||||||
this.addSettingTab(new RemotelySaveSettingTab(this.app, this));
|
this.addSettingTab(new RemotelySaveSettingTab(this.app, this));
|
||||||
|
|
||||||
this.registerCodeMirror((cm: CodeMirror.Editor) => {
|
// this.registerCodeMirror((cm: CodeMirror.Editor) => {
|
||||||
this.cm = cm;
|
// this.cm = cm;
|
||||||
console.log("codemirror registered.");
|
// console.log("codemirror registered.");
|
||||||
});
|
// });
|
||||||
|
|
||||||
// this.registerDomEvent(document, "click", (evt: MouseEvent) => {
|
// this.registerDomEvent(document, "click", (evt: MouseEvent) => {
|
||||||
// console.log("click", evt);
|
// console.log("click", evt);
|
||||||
|
Loading…
Reference in New Issue
Block a user