mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-06 16:58:05 +00:00
Extraneous console.log
This commit is contained in:
@@ -88,7 +88,6 @@ TextEditor.prototype.getChild = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TextEditor.prototype.handleEvent = function(event) {
|
TextEditor.prototype.handleEvent = function(event) {
|
||||||
console.log("event type",event.type);
|
|
||||||
// Get the value of the field if it might have changed
|
// Get the value of the field if it might have changed
|
||||||
if("keyup focus blur".split(" ").indexOf(event.type) !== -1) {
|
if("keyup focus blur".split(" ").indexOf(event.type) !== -1) {
|
||||||
this.saveChanges();
|
this.saveChanges();
|
||||||
|
|||||||
Reference in New Issue
Block a user