mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
fix(typo): Fix typo in floating toolbar container
This commit is contained in:
parent
96da7ccb2d
commit
d5e9397879
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class FloatingToolbarContainer extends React.Component
|
|||
else
|
||||
# return if @state.toolbarMode is "edit-link"
|
||||
rect = DOMUtils.getRangeInScope(props.editableNode)?.getBoundingClientRect()
|
||||
if not rect or DOMUtils.isEmptyBoudingRect(rect)
|
||||
if not rect or DOMUtils.isEmptyBoundingRect(rect)
|
||||
@setState
|
||||
toolbarVisible: false
|
||||
toolbarMode: "buttons"
|
||||
|
|
Loading…
Reference in a new issue