Browser-agnostic fix for dragging Operations to Favorites, so this also works on Safari.
This commit is contained in:
parent
8c41518a9b
commit
2ddc79835e
@ -163,7 +163,7 @@ class RecipeWaiter {
|
||||
* @param {event} e
|
||||
*/
|
||||
favDragover(e) {
|
||||
if (e.dataTransfer.effectAllowed !== "move")
|
||||
if (!this.dragInProgress)
|
||||
return false;
|
||||
|
||||
e.stopPropagation();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user