瀏覽代碼

fix: make sure caret in portal shape can be correctly set

Peng Xiao 2 年之前
父節點
當前提交
29004a50c6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tldraw/apps/tldraw-logseq/src/styles.css

+ 2 - 1
tldraw/apps/tldraw-logseq/src/styles.css

@@ -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;