mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Allow user to set file name (#145)
* Allow user to set file name * Add EditableText component Added editable text component and use component for project name edit. * rebased branch * Updated EditableText component * Set default project name * Move project name field away from the top section.
This commit is contained in:
parent
7201198f23
commit
5f806474e3
4 changed files with 115 additions and 7 deletions
|
@ -173,3 +173,12 @@ button {
|
|||
padding: 2px 4px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.project-name {
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.project-name-input {
|
||||
width: 200px;
|
||||
font: inherit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue