You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(CodeBlockView): replace content with graphProperty
Replace direct string content with GraphProperty<String> in createCodeViewer to enable observable properties. This change allows for dynamic updates to the code content.
0 commit comments