mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: set title max length to 500 chars
This commit is contained in:
@@ -111,7 +111,7 @@ function Title({
|
||||
overflowX: "hidden",
|
||||
overflowY: "hidden"
|
||||
}}
|
||||
maxLength={150}
|
||||
maxLength={1000}
|
||||
onInput={() => {
|
||||
resizeTextarea();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user