Skip to content
Snippets Groups Projects
Commit 919ccf96 authored by rhenck's avatar rhenck
Browse files

[editor] Improve DropList connectedTo control to work on first click

parent b8b70aa7
No related branches found
No related tags found
No related merge requests found
Pipeline #42128 failed
......@@ -26,7 +26,7 @@ import { IDService } from 'editor/src/app/services/id.service';
<mat-form-field *ngIf="combinedProperties.connectedTo !== null"
class="wide-form-field" appearance="fill"
(click)="generateValidDropLists()">
(mousedown)="generateValidDropLists($event)">
<mat-label>{{'propertiesPanel.connectedDropLists' | translate }}</mat-label>
<mat-select multiple [ngModel]="combinedProperties.connectedTo"
(ngModelChange)="toggleConnectedDropList($event)">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment