diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-09-30 11:59:53 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-09-30 11:59:53 -0400 |
| commit | b6aa758e4a760c244594dd5bc17004347a66913d (patch) | |
| tree | ffcfa02f9027f395f54242548fed2cc8162ea3b5 /public/assets/javascripts/ui/editor/EditorToolbar.js | |
| parent | 746dc328ab759d95935177834525b4a1dfccffff (diff) | |
keep showing resize dots after you click
Diffstat (limited to 'public/assets/javascripts/ui/editor/EditorToolbar.js')
| -rw-r--r-- | public/assets/javascripts/ui/editor/EditorToolbar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/javascripts/ui/editor/EditorToolbar.js b/public/assets/javascripts/ui/editor/EditorToolbar.js index e91da0f..bc56d88 100644 --- a/public/assets/javascripts/ui/editor/EditorToolbar.js +++ b/public/assets/javascripts/ui/editor/EditorToolbar.js @@ -39,7 +39,7 @@ var EditorToolbar = View.extend({ }, resetMode: function(){ - this.resizeMedia(false) + this.resizeMedia(true) this.destroyMedia(false) }, @@ -114,7 +114,7 @@ var editor = new function(){ this.permissions = new Permissions({ 'pick': true, 'move': true, - 'resize': false, + 'resize': true, 'destroy': false, }) }
\ No newline at end of file |
