We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8116b56 commit 99b8d24Copy full SHA for 99b8d24
1 file changed
lib/finder.html
@@ -41,6 +41,10 @@
41
<script src="../compiled/react-dom.js"></script>
42
<script src="../compiled/redux.js"></script>
43
<script src="../compiled/react-redux.js"></script>
44
+ <script>
45
+ window._ = require('lodash');
46
+ </script>
47
+ <script src="../compiled/sequence-diagram.js"></script>
48
<script>
49
const electron = require('electron')
50
electron.webFrame.setZoomLevelLimits(1, 1)
0 commit comments