SilverBullet pivot to become an offline-first PWA (#403)
This commit is contained in:
@@ -72,10 +72,6 @@ class IFrameWidget extends WidgetType {
|
||||
html: widgetContent.html,
|
||||
script: widgetContent.script,
|
||||
});
|
||||
// iframe.contentWindow!.onunload = () => {
|
||||
// // Unsubscribing from events
|
||||
// globalThis.removeEventListener("message", messageListener);
|
||||
// };
|
||||
} else if (widgetContent.url) {
|
||||
iframe.contentWindow!.location.href = widgetContent.url;
|
||||
if (widgetContent.height) {
|
||||
|
||||
Reference in New Issue
Block a user