mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-13 11:50:09 +08:00
Updated frontend libraries
This commit is contained in:
@@ -32,9 +32,9 @@ Task
|
||||
this.listView.collection.add(new Task({content: this.input.val().trim() }));
|
||||
this.input.val('');
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
return PageView;
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user