Skip to content

Instantly share code, notes, and snippets.

@gustav1105
Created February 17, 2020 04:42
Show Gist options
  • Save gustav1105/dfa208ff544f87990212ce637b500236 to your computer and use it in GitHub Desktop.
Save gustav1105/dfa208ff544f87990212ce637b500236 to your computer and use it in GitHub Desktop.
visible-selected-rectangle
React.useEffect(() => {
if (getVisibleSelectionRect(window) !== null) {
setSelectionRect(getVisibleSelectionRect(window));
}
}, [editorState, setSelectionRect]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment