fix(typo): Fix typo in floating toolbar container

This commit is contained in:
Juan Tejada 2015-12-18 14:10:53 -08:00
parent 96da7ccb2d
commit d5e9397879

View file

@ -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"