pull/1879/head
yann300 3 years ago
parent 1ba3c8452d
commit a02d588264
  1. 3
      libs/remix-core-plugin/src/lib/gist-handler.ts

@ -40,6 +40,9 @@ export class GistHandler extends Plugin {
},
cancelFn: () => {
setTimeout(() => reject(new Error('Canceled')), 0)
},
hideFn: () => {
setTimeout(() => reject(new Error('Hide')), 0)
}
}
this.call('modal', 'modal', modalContent)

Loading…
Cancel
Save