There was an error while loading. Please reload this page.
1 parent 1620188 commit 81f1b00Copy full SHA for 81f1b00
1 file changed
src/widgets/buttons.ts
@@ -16,13 +16,14 @@ var UI = {
16
// widgets: widgets // @@
17
}
18
19
+const utils = require('../utils')
20
+
21
const error = require('./error')
22
const dragAndDrop = require('./dragAndDrop')
23
24
const cancelIconURI = UI.icons.iconBase + 'noun_1180156.svg' // black X
25
const checkIconURI = UI.icons.iconBase + 'noun_1180158.svg' // green checkmark; Continue
26
-const utils = require('../utils')
27
function getStatusArea (context) {
28
var box = context.statusArea || context.div || null
29
if (box) return box
0 commit comments