Skip to content

Commit

Permalink
Merge branch 'main' into newfilehandling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ell1ott committed Feb 28, 2024
2 parents 11d3115 + 9b93de9 commit a228b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[codespell]
ignore-words-list = nd, falsk, vise, tekst, finde, selv, alle, mange
ignore-words-list = nd, falsk, vise, tekst, finde, selv, alle, mange, tage
2 changes: 1 addition & 1 deletion src/routes/workspace/editor/Tiptap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
provider = new HocuspocusProvider({
url: 'wss://akademia-backend.arctix.dev',
token: state.token.access_token,
name: initActiveFile.id,
name: 'document.'+initActiveFile.id,
onAuthenticationFailed: () => {
$editor.destroy();
provider.destroy();
Expand Down

0 comments on commit a228b9d

Please sign in to comment.