fixes wrong reference to enterSubmitFolder method in ng-keydown

This commit is contained in:
Søren Kottal
2021-10-02 09:23:58 +02:00
committed by Nathan Woulfe
parent c7f342a6dd
commit 828558ac29

View File

@@ -90,7 +90,7 @@
class="umb-breadcrumbs__add-ancestor"
ng-show="model.showFolderInput"
ng-model="model.newFolderName"
ng-keydown="enterSubmitFolder($event)"
ng-keydown="vm.enterSubmitFolder($event)"
ng-blur="vm.submitFolder()"
focus-when="{{model.showFolderInput}}" />
</li>