switch post input to textarea
This commit is contained in:
parent
3aa94a371c
commit
b3549be0ce
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ async function sign_event(ev) {
|
|||
function render_home_view(model) {
|
||||
return `
|
||||
<div id="newpost">
|
||||
<input placeholder="What's on your mind?" id="post-input" type="text"></input>
|
||||
<textarea placeholder="What's on your mind?" id="post-input"></textarea>
|
||||
<button onclick="send_post(this)" id="post-button">Post</button>
|
||||
</div>
|
||||
<div id="events">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue