]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Use inert polyfill
authorGabriel Rubens <gabrielrumiranda@gmail.com>
Mon, 4 Nov 2019 12:03:44 +0000 (09:03 -0300)
committerThibaut Girka <thib@sitedethib.com>
Wed, 6 Nov 2019 13:52:22 +0000 (14:52 +0100)
Port 3cc9ff872f676d7ce56f7cf7875f85f804ea20a9 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/components/modal_root.js

index fd0af9f6ee818e19292dd5649fdb38e499768aad..e73ef8d125cd6d8ea6b62189741850aa42885e2e 100644 (file)
@@ -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 {