Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 388a727

Browse files
authored
Don't set a dialogMode to prevent flickering
1 parent 2120ceb commit 388a727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ angular.module("umbraco").controller("Our.Umbraco.DocTypeGridEditor.Dialogs.DocT
221221
}
222222

223223
$scope.docTypes = [];
224-
$scope.dialogMode = "selectDocType";
224+
$scope.dialogMode = null;
225225
$scope.selectedDocType = null;
226226
$scope.model.node = null;
227227

@@ -285,4 +285,4 @@ angular.module("umbraco").controller("Our.Umbraco.DocTypeGridEditor.Dialogs.DocT
285285

286286
}
287287

288-
]);
288+
]);

0 commit comments

Comments
 (0)