kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Extraneous console.log
rodzic
b0abbb38da
commit
865e26bbce
|
@ -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();
|
||||||
|
|
Ładowanie…
Reference in New Issue