From a450f7fd87f20e495728f4e03def075fd1d7d9c1 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Mon, 20 Jul 2026 20:51:51 +0300 Subject: [PATCH] style(layout): format grid pattern handler --- src/components/properties/LayoutSection/LayoutGridSection.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/properties/LayoutSection/LayoutGridSection.vue b/src/components/properties/LayoutSection/LayoutGridSection.vue index 674f9fea4..93d1b99ba 100644 --- a/src/components/properties/LayoutSection/LayoutGridSection.vue +++ b/src/components/properties/LayoutSection/LayoutGridSection.vue @@ -86,7 +86,9 @@ function isGrid(grid: LayoutGrid): boolean { :model-value="gridPattern(grid)" :options="patternOptions" :label="panels.layoutGrids" - @change="patch(index, { pattern: $event as LayoutGrid['pattern'] }, 'Change grid pattern')" + @change=" + patch(index, { pattern: $event as LayoutGrid['pattern'] }, 'Change grid pattern') + " >