Skip to content

Commit

Permalink
Merge pull request #41 from gaelj/initial-development
Browse files Browse the repository at this point in the history
πŸ’š Fix build error
  • Loading branch information
gaelj authored Jan 2, 2024
2 parents 2c53375 + 0b5d841 commit 70ce940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeMirror6/NodeLib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export async function initCodeMirror(
CMInstances[id].view = new EditorView({
state: CMInstances[id].state,
parent: document.getElementById(id),
})

// Hide the placeholder once the editor is initialized
const loadingPlaceholder: HTMLElement = document.getElementById(`${id}_Loading`)
Expand Down

0 comments on commit 70ce940

Please sign in to comment.