From 3cc9ff872f676d7ce56f7cf7875f85f804ea20a9 Mon Sep 17 00:00:00 2001 From: Gabriel Rubens Date: Mon, 4 Nov 2019 09:03:44 -0300 Subject: Use inert polyfill (#12209) * Inserting wicg-inert in project * Import wicg-inert in moda_root component * Update yarn.lock * Solving code style problems * Removing package-lock --- app/javascript/mastodon/components/modal_root.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript') diff --git a/app/javascript/mastodon/components/modal_root.js b/app/javascript/mastodon/components/modal_root.js index 5d4f4bbe1..c55fa0f74 100644 --- a/app/javascript/mastodon/components/modal_root.js +++ b/app/javascript/mastodon/components/modal_root.js @@ -1,5 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; +import 'wicg-inert'; export default class ModalRoot extends React.PureComponent { -- cgit