|
|
|
@ -113,7 +113,6 @@ ElDialog { |
|
|
|
Connections { |
|
|
|
Connections { |
|
|
|
target: dialog.enter |
|
|
|
target: dialog.enter |
|
|
|
function onRunningChanged() { |
|
|
|
function onRunningChanged() { |
|
|
|
console.log('dialog open animation running changed: ' + dialog.enter.running) |
|
|
|
|
|
|
|
if (!dialog.enter.running) { |
|
|
|
if (!dialog.enter.running) { |
|
|
|
qr.render = true |
|
|
|
qr.render = true |
|
|
|
} |
|
|
|
} |
|
|
|
|