mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-27 11:18:08 +08:00
using lodash instead of underscore
This commit is contained in:
@@ -66,6 +66,7 @@ constants
|
||||
},
|
||||
|
||||
update: function(e) {
|
||||
console.log("update here");
|
||||
if ( e.which === constants.ENTER_KEY ) {
|
||||
Tasks.add({content:'', parent_id: this.model.get('parent_id')});
|
||||
this.$input.blur();
|
||||
|
||||
Reference in New Issue
Block a user