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
|
* @param {event} e
|
||||||
*/
|
*/
|
||||||
favDragover(e) {
|
favDragover(e) {
|
||||||
if (e.dataTransfer.effectAllowed !== "move")
|
if (!this.dragInProgress)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user