call widget api start
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 50s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 50s
Details
This commit is contained in:
parent
27d0c853b2
commit
8cc14bc7d5
|
@ -258,6 +258,8 @@ function Widget() {
|
|||
widgetApi.current.on('ready', (e) => {
|
||||
console.log('WIDGET READY', e);
|
||||
});
|
||||
|
||||
widgetApi.current.start();
|
||||
// window.widgetApiPromise.then((api) => {
|
||||
// console.log('widgetApi promise resolved', api);
|
||||
// widgetApi.current = api;
|
||||
|
|
Loading…
Reference in New Issue