Skip to content

Commit 03a8d4b

Browse files
authored
Merge pull request #236 from axls/release_2.0
Fixes #114 Do not create RichEditor's clipboard host for Firefox.
2 parents 203c6c4 + 53a2a41 commit 03a8d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/gwt/material/design/addins/client/richeditor/resources/js/material_note.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5064,7 +5064,7 @@
50645064

50655065
this.attach = function(layoutInfo) {
50665066

5067-
if (window.clipboardData || agent.isFF) {
5067+
if (window.clipboardData) {
50685068
$paste = $('<div />').attr('contenteditable', true).css({
50695069
position : 'absolute',
50705070
left : -100000,

src/main/resources/gwt/material/design/addins/client/richeditor/resources/js/material_note.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)