Skip to content

Commit

Permalink
fix: make sure caret in portal shape can be correctly set
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 18, 2022
1 parent a72bb8b commit 29004a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tldraw/apps/tldraw-logseq/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -677,9 +677,10 @@ button.tl-select-input-trigger {
opacity: 0.5;
}

/* This will breaks block selection
[data-inner-events=false] * {
user-select: none;
}
} */

.tl-logseq-portal-container {
@apply flex flex-col rounded-lg absolute;
Expand Down

0 comments on commit 29004a5

Please sign in to comment.