Skip to content

Commit

Permalink
Fixes #351
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 25, 2015
1 parent ac2285e commit 60fd53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/toolbar.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class Toolbar
)

setActive: (format, value) ->
value = false if format == 'image' # TODO generalize to all embeds
input = @inputs[format]
return unless input?
$input = dom(input)
Expand Down

0 comments on commit 60fd53a

Please sign in to comment.