[improvement] Notify: optimize set data (#1829)

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

View File

@ -30,6 +30,8 @@ export default function Notify(options: NotifyOptions | string) {
const context = options.context || getContext();
const notify = context.selectComponent(options.selector);
delete options.context;
delete options.selector;
if (notify) {