damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README

commit b3549be0ce6d9ae874e428a889c55e2c79a7a743
parent 3aa94a371c216bdf13d1740aa3dbcef5facdc443
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 30 Oct 2022 11:40:08 -0700

switch post input to textarea

Diffstat:
Mwebv2/damus.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webv2/damus.js b/webv2/damus.js @@ -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">