mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 20:20:21 +01: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