Skip to content

Commit

Permalink
link styles wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zsviczian committed May 4, 2022
1 parent 642defb commit 8909114
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 93 deletions.
2 changes: 1 addition & 1 deletion src/Scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class Scene {
});

ea.style.strokeColor = style.textColor;
ea.addText(0,0,"xxxxOpen a document in another pane and click it to get started.\n\n" +
ea.addText(0,0,"Open a document in another pane and click it to get started.\n\n" +
"For the best experience enable 'Open in adjacent pane'\nin Excalidraw settings " +
"under 'Links and Transclusion'.", {textAlign:"center"});
await ea.addElementsToView();
Expand Down
Loading

0 comments on commit 8909114

Please sign in to comment.