remove old commented out code

main
Mike Fix 5 years ago committed by repo-ranger[bot]
parent 423e578acd
commit 5414683f85

@ -102,15 +102,6 @@ class Carbon extends React.PureComponent {
onMouseUp = () => { onMouseUp = () => {
if (this.currentSelection) { if (this.currentSelection) {
// const { editor } = this.props.editorRef.current
// const startPos = editor.charCoords(this.currentSelection.from, 'window')
// const endPos = editor.charCoords(this.currentSelection.to, 'window')
// const container = this.props.innerRef.current.getBoundingClientRect()
// const top = Math.max(startPos.bottom, endPos.bottom) - container.top - 3
// const left = (startPos.left + endPos.left) / 2 - container.left - 68
// { ...this.currentSelection, top, left }
this.setState({ selectionAt: this.currentSelection }, () => { this.setState({ selectionAt: this.currentSelection }, () => {
this.currentSelection = null this.currentSelection = null
}) })

Loading…
Cancel
Save