Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dataset web #1797

Merged
merged 22 commits into from
Jan 14, 2025
Merged

Fix dataset web #1797

merged 22 commits into from
Jan 14, 2025

Conversation

yandadaFreedom
Copy link
Collaborator

No description provided.

}
const location = this.__mpxProxy.options.mpxFileResource

if (rawEvent.target) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

加个标记避免重复复写,下面的currentTarget同理

const handler = this[eventName]
if (handler && typeof handler === 'function') {
handler.call(this, $event)
__invokeHandler (rawEvent, eventConfig = []) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

名字改为__invoke吧,和其他平台对齐

@hiyuki hiyuki merged commit 9647bac into master Jan 14, 2025
6 checks passed
@hiyuki hiyuki deleted the fix-dataset-web branch January 14, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants