diff --git a/frontend/playwright/ui/specs/versions.spec.js b/frontend/playwright/ui/specs/versions.spec.js index ea5a3e9606..22fbdc08be 100644 --- a/frontend/playwright/ui/specs/versions.spec.js +++ b/frontend/playwright/ui/specs/versions.spec.js @@ -105,7 +105,7 @@ test("BUG 11006 - Fix history panel shortcut", async ({ page }) => { await workspacePage.goToWorkspace(); - await page.keyboard.press("Control+Alt+h"); + await page.keyboard.press("ControlOrMeta+Alt+h"); await expect( workspacePage.rightSidebar.getByText("There are no versions yet"), diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs index dd6c661030..f5bc637567 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs @@ -540,7 +540,7 @@ [:values schema:layout-item-props-schema] [:applied-tokens [:maybe [:map-of :keyword :string]]] [:ids [::sm/vec ::sm/uuid]] - [:v-sizing {:optional true} [:maybe [:= :fill]]]]) + [:v-sizing {:optional true} [:maybe [:enum :fill :fix :auto]]]]) (mf/defc layout-size-constraints* {::mf/private true