Skip to content

Commit

Permalink
fix: 装饰器问题 (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin authored May 14, 2024
1 parent a64399d commit cdb8dd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ export const YakitEditor: React.FC<YakitEditorProps> = React.memo((props) => {
editor.onDidChangeModelContent(() => {
current = model.deltaDecorations(current, generateDecorations())
})
current = model.deltaDecorations(current, generateDecorations())
}
return () => {
try {
Expand Down

0 comments on commit cdb8dd1

Please sign in to comment.