fix: remove command prefix from action prefill text
This commit is contained in:
@@ -127,7 +127,7 @@ export const RevealManager: Component = () => {
|
||||
action: () =>
|
||||
setActionPrefill({
|
||||
command: "/spark",
|
||||
text: `/spark ${combinedSlug}`,
|
||||
text: combinedSlug,
|
||||
}),
|
||||
title: "Roll spark table",
|
||||
svg: SPARK_SVG,
|
||||
@@ -147,7 +147,7 @@ export const RevealManager: Component = () => {
|
||||
action: () =>
|
||||
setActionPrefill({
|
||||
command: "/link",
|
||||
text: `/link ${normalized}#${text}`,
|
||||
text: `${normalized}#${text}`,
|
||||
}),
|
||||
title: "Send /link to stream",
|
||||
svg: LINK_SVG,
|
||||
|
||||
Reference in New Issue
Block a user