Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed May 13, 2016
1 parent d60871e commit 69de1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/core.styl
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ resets(arr)
content: attr(data-placeholder)
font-style: italic
pointer-events: none
position: absolute
position: absolute
2 changes: 1 addition & 1 deletion test/unit/formats/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Code', function() {
.insert('0123').insert('\n', { 'code-block': true })
.insert('5678').insert('\n', { 'code-block': true })
);
expect(editor.scroll.domNode.innerHTML).toEqual('<pre spellcheck="false">0123</pre><pre>5678</pre>');
expect(editor.scroll.domNode.innerHTML).toEqual('<pre spellcheck="false">0123</pre><pre spellcheck="false">5678</pre>');
});

it('remove', function() {
Expand Down

0 comments on commit 69de1a6

Please sign in to comment.