Skip to content

Commit

Permalink
Remove cherry-picking drag prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Jun 8, 2021
1 parent 115ad40 commit 1aad1c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.
82 changes: 0 additions & 82 deletions app/src/ui/drag-overlay.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions app/src/ui/history/selected-commit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { showContextualMenu } from '../main-process-proxy'
import { CommitSummary } from './commit-summary'
import { FileList } from './file-list'
import { SeamlessDiffSwitcher } from '../diff/seamless-diff-switcher'
import { DragOverlay } from '../drag-overlay'

interface ISelectedCommitProps {
readonly repository: Repository
Expand Down Expand Up @@ -276,7 +275,7 @@ export class SelectedCommit extends React.Component<
return null
}

return <DragOverlay dragZoneDescription="branch-button" />
return <div id="drag-overlay"></div>
}

private renderMultipleCommitsSelected(): JSX.Element {
Expand Down

0 comments on commit 1aad1c4

Please sign in to comment.