TF-3082 Fix identity dialog auto scroll to bottom after reload
This commit is contained in:
@@ -171,7 +171,9 @@ class IdentityCreatorController extends BaseController with DragDropFileMixin im
|
||||
session = arguments!.session;
|
||||
identity = arguments!.identity;
|
||||
actionType.value = arguments!.actionType;
|
||||
if (actionType.value == IdentityActionType.create) {
|
||||
if (actionType.value == IdentityActionType.create
|
||||
&& arguments!.publicAssetsInIdentityArguments == null
|
||||
) {
|
||||
isLoadSignatureCompleted = true;
|
||||
}
|
||||
_checkDefaultIdentityIsSupported();
|
||||
|
||||
Reference in New Issue
Block a user