Skip to content

Commit

Permalink
add dragOver handler in Toolbar (#12257)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-marut-work authored Mar 3, 2023
1 parent f7ef6b5 commit ac15b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toolbar/src/browser/toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export class ToolbarImpl extends TabBarToolbar {
data-column={`${alignment}`}
data-center-position={position}
onDrop={this.handleOnDrop}
onDragOver={this.handleOnDragEnter}
onDragEnter={this.handleOnDragEnter}
onDragLeave={this.handleOnDragLeave}
key={`column-space-${alignment}-${position}`}
Expand Down

0 comments on commit ac15b73

Please sign in to comment.