8000 fix: fix the config update for table by purpose233 · Pull Request #227 · VisActor/VStory · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: fix the config update for table #227

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

Merged
merged 1 commit into from
Jan 26, 2025
Merged

Conversation

purpose233
Copy link

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Refactoring
  • Update dependency
  • Code style optimization
  • Test Case
  • Branch merge
  • Site / documentation update
  • Demo update
  • Workflow
  • Release
  • Other (about what?)

🔗 Related issue link

🐞 Bugserver case id

💡 Background and solution

fix table option update & row visible runtime

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

🚀 Summary

copilot:summary

🔍 Walkthrough

copilot:walkthrough

< 8000 div class="js-socket-channel js-updatable-content" data-channel="eyJjIjoicmVwbzo4MDYzNjQxMzk6Y29tbWl0OjNmNjYxNjllNGFiNjI4ODQ3YzQwZjc3ZTA4MjQyYzYzZWM3YTlhNTciLCJ0IjoxNzUyNDY3MzEzfQ==--b249b8dcd114070d98ab8561d5be494ba8b8613e9a515d97890899548e2e02fe" data-url="/VisActor/VStory/pull/227/partials/commit_status_icon?oid=3f66169e4ab628847c40f77e08242c63ec7a9a57">
@@ -183,6 +183,9 @@ export class VTableGraphic extends Rect {
super.setAttribute('x', value.x1);
super.setAttribute('y', value.y1);
this.updateVTableGraphicViewBox(value);
}
if (key === 'spec') {
(this._vTable as any).updateOption(value);
Copy link
Contributor

Choose a reason for hiding this comment

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

这个要不也用 createOption 处理一下?this._createOption({ spec: value })

@xuefei1313 xuefei1313 merged commit dfcbec6 into develop Jan 26, 2025
1 of 4 checks passed
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
0