From 7b85846316cb9ea28e4aebfe446dbe068655ae4e Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 15 Sep 2024 23:38:31 +0800 Subject: [PATCH] perf(iframe-drawer): release ram usage after closing the drawer --- src/components/IframeDrawer.vue | 48 +++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 14 deletions(-) diff --git a/src/components/IframeDrawer.vue b/src/components/IframeDrawer.vue index cae372c8..90fcf8c1 100644 --- a/src/components/IframeDrawer.vue +++ b/src/components/IframeDrawer.vue @@ -1,5 +1,5 @@