Skip to content

Commit

Permalink
Remove old selectFirst.
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral committed Sep 23, 2016
1 parent 94cf112 commit e54324f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ui/ContainerEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,6 @@ class ContainerEditor extends Surface {
return super.isEditable.call(this) && !this.isEmpty()
}

/*
TODO: Select first content to be found
*/
selectFirst() {
console.warn('TODO: Implement selection of first content to be found.')
}

/*
Register custom editor behavior using this method
*/
Expand Down

0 comments on commit e54324f

Please sign in to comment.