[improvement] Dialog: optimize set data (#1830)

This commit is contained in:
neverland 2019-08-06 07:06:42 +08:00 committed by GitHub
parent 1df3a2363d
commit 57e3bb012c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,8 @@ const Dialog: Dialog = options => {
return new Promise((resolve, reject) => {
const context = options.context || getContext();
const dialog = context.selectComponent(options.selector);
delete options.context;
delete options.selector;
if (dialog) {