logging
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s
Details
This commit is contained in:
parent
857500dc9f
commit
48d6d4a767
|
@ -253,7 +253,6 @@ function Widget() {
|
|||
useEffect(() => {
|
||||
console.log('window.location', window.location);
|
||||
|
||||
|
||||
window.widgetApiPromise.then((api) => {
|
||||
console.log('widgetApi promise resolved', api);
|
||||
widgetApi.current = api;
|
||||
|
|
|
@ -14,6 +14,8 @@ import Widget from './Widget';
|
|||
|
||||
window.widgetApiPromise = WidgetApiImpl.create({});
|
||||
|
||||
console.log('adding window message event listener');
|
||||
|
||||
window.addEventListener(
|
||||
'message',
|
||||
(event) => {
|
||||
|
|
Loading…
Reference in New Issue