Track typing activity in HTML editor

pull/155/head
Thomas Bruederli 11 years ago
parent 87b513853c
commit 7bfc02e122

@ -61,6 +61,9 @@ function rcmail_editor_init(config)
if (!active)
rcmail.spellcheck_state();
});
ed.onKeyPress.add(function(ed, e) {
rcmail.compose_type_activity++;
});
}
}

Loading…
Cancel
Save