add cursor styling (#9003)

This commit is contained in:
Hannah 2024-08-05 23:44:13 +01:00 committed by GitHub
parent e23347c57f
commit a2e36c34c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
import { Clear } from "@gradio/icons";
import type { SelectData, LikeData } from "@gradio/utils";
import type { MessageRole, ComponentMessage, ComponentData } from "../types";
import type { MessageRole } from "../types";
import { MarkdownCode as Markdown } from "@gradio/markdown";
import type { FileData, Client } from "@gradio/client";
import type { I18nFormatter } from "js/app/src/gradio_helper";
@ -339,6 +339,7 @@
class:message-markdown-disabled={!render_markdown}
style:user-select="text"
class:selectable
style:cursor={selectable ? "pointer" : "default"}
style:text-align={rtl ? "right" : "left"}
on:click={() => handle_select(i, message)}
on:keydown={(e) => {