perf: optimize markdown file link detection
Only mark existing files as openable links Avoid file-link behavior while messages stream Limit file existence checks to 4 concurrent requests
This commit is contained in:
@@ -976,6 +976,8 @@ html:not(.dark) .chat-scroll {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
.markdown-content [data-openchamber-file-link="true"]:hover {
|
||||
|
||||
Reference in New Issue
Block a user