[Glitch] Use inert polyfill

Port 3cc9ff872f to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
local
Gabriel Rubens 5 years ago committed by Thibaut Girka
parent ea55f70f97
commit d76ab55608
  1. 1
      app/javascript/flavours/glitch/components/modal_root.js

@ -1,5 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import 'wicg-inert';
import createHistory from 'history/createBrowserHistory';
export default class ModalRoot extends React.PureComponent {

Loading…
Cancel
Save