Skip to content

Commit

Permalink
markdown support in Text ui fidget [tempfix]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Nikolaev committed Jul 3, 2024
1 parent 8f78ec0 commit 80cb3a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fidgets/ui/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
CardDescription,
} from "@/common/components/atoms/card";
import { FontFamily, Color } from "@/common/lib/theme";
import MDeditor from "@/common/components/molecules/MDeditor";
import { MarkdownRenderers } from "@/common/lib/utils/markdownRenderers";

export type TextFidgetSettings = {
Expand Down Expand Up @@ -48,7 +47,7 @@ export const textConfig: FidgetProperties = {
fieldName: "text",
default: "Jot down your ideas and grow them.",
required: true,
inputSelector: MDeditor,
inputSelector: CSSInput,
group: "settings",
},
{
Expand Down

0 comments on commit 80cb3a4

Please sign in to comment.