feat: ability to drag super list items; secure password generation blocks (#2039)
* feat: ability to drag list item nodes * fix: issue where editor focus would scroll to bottom * fix: improve drag icon and prevent from interfering with selection * fix(super): add 'current' as keyword for bringing up date block options * fix(super): issue with autocomplete menu width on large screens * feat(super): ability to generate secure random passwords
This commit is contained in:
@@ -93,7 +93,7 @@ const Popover = ({
|
||||
anchorElement={anchorElement}
|
||||
anchorPoint={anchorPoint}
|
||||
childPopovers={childPopovers}
|
||||
className={className}
|
||||
className={`popover-content-container ${className ?? ''}`}
|
||||
id={popoverId.current}
|
||||
overrideZIndex={overrideZIndex}
|
||||
side={side}
|
||||
|
||||
Reference in New Issue
Block a user