mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-09-09 11:14:22 +08:00
More misc improvements. Cursor Logic, Screen Width, consoleLogs--, Heroku Renaming
This commit is contained in:
@@ -103,6 +103,7 @@ var listView = Backbone.View.extend({
|
||||
that.childViews.insert(index , newView);
|
||||
cur = true;
|
||||
if(cur){
|
||||
if(vo.cursorHack){ return newView; }
|
||||
newLI.children().children("textarea").focus();
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user