Skip to content

Commit

Permalink
Merge branch 'main' into inputs-ds
Browse files Browse the repository at this point in the history
  • Loading branch information
kof authored Dec 21, 2024
2 parents b6166c7 + 21a97fb commit dad98c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/app/builder/shared/binding-popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export const BindingPopover = ({
const valueError = validate?.(evaluateExpressionWithinScope(value, scope));
return (
<FloatingPanel
placement="right-start"
placement="left-start"
open={isOpen}
onOpenChange={(newOpen) => {
// handle special case for popover close
Expand Down
4 changes: 4 additions & 0 deletions apps/builder/app/builder/shared/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,17 @@ export const { emitCommand, subscribeCommands } = createCommandsEmitter({
handler: () => {
$publishDialog.set("publish");
},
disableHotkeyOnFormTags: true,
disableHotkeyOnContentEditable: true,
},
{
name: "openExportDialog",
defaultHotkeys: ["shift+E"],
handler: () => {
$publishDialog.set("export");
},
disableHotkeyOnFormTags: true,
disableHotkeyOnContentEditable: true,
},
{
name: "toggleComponentsPanel",
Expand Down

0 comments on commit dad98c4

Please sign in to comment.