mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
BUG: Add fix for drop higlight of first part body element in selector component
This commit is contained in:
@@ -1079,7 +1079,7 @@ export default {
|
||||
|
||||
let dropzoneElementDataNumber =
|
||||
this.getElementDataNumber(closestPartBody);
|
||||
if (!dropzoneElementDataNumber) {
|
||||
if (dropzoneElementDataNumber === null || dropzoneElementDataNumber === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user