From 00c9314580cdd241fdd79bdb651f2cc10fb3c952 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 24 Nov 2022 11:44:24 +0000 Subject: [PATCH] feat: use `browser-fs-access` polyfill for other browsers (#43) --- components/publish/PublishWidget.vue | 33 +++++++++++++++------------- package.json | 1 + pnpm-lock.yaml | 6 +++++ 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue index 98e6c446..080722ae 100644 --- a/components/publish/PublishWidget.vue +++ b/components/publish/PublishWidget.vue @@ -1,5 +1,6 @@