From d5e9397879204550904e6a499775686518011174 Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Fri, 18 Dec 2015 14:10:53 -0800 Subject: [PATCH] fix(typo): Fix typo in floating toolbar container --- src/components/contenteditable/floating-toolbar-container.cjsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/contenteditable/floating-toolbar-container.cjsx b/src/components/contenteditable/floating-toolbar-container.cjsx index 0ae75b85c..6eb4d474a 100644 --- a/src/components/contenteditable/floating-toolbar-container.cjsx +++ b/src/components/contenteditable/floating-toolbar-container.cjsx @@ -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"