mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
add cursor styling (#9003)
This commit is contained in:
parent
e23347c57f
commit
a2e36c34c8
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user