Skip to content

Commit

Permalink
Checks FF and better warning: #86
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Oct 11, 2020
1 parent 3ad5038 commit 91e4dba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions texture/texture.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion texture/texture.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions texture/texture.js
Original file line number Diff line number Diff line change
Expand Up @@ -21309,9 +21309,9 @@
el.append(
$$(ResourceComponent, props).ref('resource')
);
if (substance.platform.inBrowser && !substance.platform.isChromium && !substance.platform.inElectron) {
if (substance.platform.inBrowser && !substance.platform.isChromium && !substance.platform.inElectron && !substance.platform.isFF) {
el.append(
$$(PinnedMessage, { icon: 'fa-warning', label: 'Attention! Current version of Texture supports only Chrome browser.' })
$$(PinnedMessage, { icon: 'fa-warning', label: 'This editor may may not work fully in your browser. If you experience problems, please try loading the editor in Firefox or Chrome.' })
);
}
return el
Expand Down

0 comments on commit 91e4dba

Please sign in to comment.