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: fdc9d8dc721e228580ad4f75f331af0e659d80ae
parent 7ae0d6b95dd26d6c4010ecda2720e24111889294
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 25 Nov 2024 20:08:06 +0200

update preview on colors changing

Diffstat:

Msrc/components/settings_modal/tabs/style_tab/style_tab.js2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/settings_modal/tabs/style_tab/style_tab.js b/src/components/settings_modal/tabs/style_tab/style_tab.js @@ -357,6 +357,7 @@ export default { } else { unset(allEditedRules.value, getPath(component, directive)) } + exports.updateOverallPreview() } }) @@ -380,6 +381,7 @@ export default { } else { unset(allEditedRules.value, getPath(component, directive)) } + exports.updateOverallPreview() } })