fixes #94247
pull/97065/head^2
SteVen Batten 2020-05-06 09:59:16 -07:00
parent 8a97cbb47d
commit b64b98cf4e
1 changed files with 2 additions and 5 deletions

View File

@ -548,11 +548,8 @@ export class CompositeActionViewItem extends ActivityActionViewItem {
if (e.eventData.dataTransfer) {
e.eventData.dataTransfer.effectAllowed = 'move';
}
// Trigger the action even on drag start to prevent clicks from failing that started a drag
if (!this.getAction().checked) {
this.getAction().run();
}
// Remove focus indicator when dragging
this.blur();
}
}));