Skip to content

Commit

Permalink
#5849 Toolbox. Shows a submenu on the button hover.
Browse files Browse the repository at this point in the history
Fixes #5849
  • Loading branch information
novikov82 committed Oct 1, 2024
1 parent b3c748b commit 84e72a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/survey-creator-core/src/components/question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,9 @@ svc-question,
& > * {
display: none;
}

.svc-question__drop-indicator {
display: block;
}
.svc-question__drag-area {
display: flex;
}
Expand Down
1 change: 1 addition & 0 deletions packages/survey-creator-core/src/survey-elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ export class DragDropSurveyElements extends DragDropCore<any> {
}
dragOverLocation = dragOverLocationIfNotAllowed;
this.dragOverLocation = dragOverLocation;
this.insideContainer = false;
if (!this.isAllowDragOver(dropTarget, dragOverLocation)) {
this.allowDropHere = false;
return;
Expand Down

0 comments on commit 84e72a5

Please sign in to comment.