diff --git a/core/frontend/src/components/canvas/components/editor/SettingMenu.vue b/core/frontend/src/components/canvas/components/editor/SettingMenu.vue index 2b7a96923f..38f3d5d792 100644 --- a/core/frontend/src/components/canvas/components/editor/SettingMenu.vue +++ b/core/frontend/src/components/canvas/components/editor/SettingMenu.vue @@ -240,6 +240,9 @@ export default { } }, methods: { + styleChange() { + this.$store.commit('canvasChange') + }, openCustomSort() { this.showCustomSort = true }, @@ -251,6 +254,7 @@ export default { this.$nextTick(() => { this.showCustomSort = false }) + this.styleChange() }, positionAdjust() { bus.$emit('change_panel_right_draw', true)