logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 1117f358ccbfa186d10574af9eea286eb5a78757
parent b348d22a2b429e5d1b3252933c0d970a281699b1
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 10 Dec 2024 15:55:39 +0200

fix safari

Diffstat:

Msrc/components/settings_modal/tabs/style_tab/style_tab.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/settings_modal/tabs/style_tab/style_tab.js b/src/components/settings_modal/tabs/style_tab/style_tab.js @@ -528,7 +528,7 @@ export default { }) } - componentsMap.values().forEach(({ name }) => { + [...componentsMap.values()].forEach(({ name }) => { convert(name, allEditedRules.value[name]) })