call widget api start
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 50s Details

This commit is contained in:
Ladd Hoffman 2024-04-25 15:36:33 -05:00
parent 27d0c853b2
commit 8cc14bc7d5
1 changed files with 2 additions and 0 deletions

View File

@ -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;