Skip to content

Commit

Permalink
hide input
Browse files Browse the repository at this point in the history
  • Loading branch information
jscott1989 committed Aug 5, 2016
1 parent c1a9027 commit 3f5b508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/blocks/form/markdown-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function setupMarkdownEditor(elem) {

newElem.insertBefore($elem);

// $elem.hide();
$elem.hide();

var editor = new Quill(newElem[0], {
modules: {
Expand Down

0 comments on commit 3f5b508

Please sign in to comment.