Skip to content

Commit

Permalink
AI Assistant: Fix block inserter position for Form block with AI exte…
Browse files Browse the repository at this point in the history
…nsion (#40834)

* enable input position adjustment for form extension

* changelog
  • Loading branch information
dhasilva authored Jan 2, 2025
1 parent 3f0284a commit bccd521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

AI Assistant: Fix block inserter position for Form block with AI extension
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class JetpackFormHandler extends BlockHandler {
super( clientId, [] );
this.behavior = 'action';
this.feature = 'jetpack-form-ai-extension';
this.adjustPosition = false;
this.startOpen = true;
this.hideOnBlockFocus = false;
}
Expand Down

0 comments on commit bccd521

Please sign in to comment.