mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Increase limit
This commit is contained in:
parent
166c9ac876
commit
eb58c6c65a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ type EditorProps = {
|
|||
setContent: (content: string) => void;
|
||||
};
|
||||
|
||||
const limit = 200;
|
||||
const limit = 32767;
|
||||
|
||||
export default function Editor({ content, setContent }: EditorProps) {
|
||||
const { theme } = useTheme();
|
||||
|
|
Loading…
Reference in a new issue