Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix doc block description
  • Loading branch information
talldan committed Aug 22, 2022
commit 4c3add52dde2d6c45ec93ea14af517617ed2c7b8
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const RESTRICTED_HEIGHT_PROPS = {
* Get the popover props for the block toolbar, determined by the space at the top of the canvas and the toolbar height.
*
* @param {Element} contentElement The DOM element that represents the editor content or canvas.
* @param {Element} selectedBlockElement The clientId of the first selected block.
* @param {Element} selectedBlockElement The outer DOM element of the first selected block.
* @param {number} toolbarHeight The height of the toolbar in pixels.
*
* @return {Object} The popover props used to determine the position of the toolbar.
Expand Down