Heinrich Reich
Heinrich Reich
Really? This is what I get, if I run the codesandbox example:  It can't work, since you are not checking for the `disabled` flag on its own: https://github.com/NileshPatel17/ng-multiselect-dropdown/blob/master/src/ng-multiselect-dropdown/src/multiselect.component.ts#L276 You...
[It is used](https://github.com/NileshPatel17/ng-multiselect-dropdown/blob/master/src/ng-multiselect-dropdown/src/multi-select.component.html#L3). > my bad.. i may have missed it. disable property allow to open the dropdown, but does not allow to select an item or all items. that's...
Please explain, why you need this permission on Android. Either it has to be in there for some reason or remove it. Makes no sense to create a fork for...
Hmmm... I guess this depends on the graphics card, you are using. I only tested it with an AMD Radeon HD 6850. Which are you using?
@SebastianSchlegel The commit would break any other animation which has pivot positions `!= (0,0)`.
Depending on your use case, I think you have to use either [`dragEnter` or `dragOver`](https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/angular-tree-component/src/lib/models/tree-options.model.ts#L57).