web: fix textbox init & remove sticker
This commit is contained in:
parent
cdb2fefe90
commit
0715dc1e99
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@ addEventListener('DOMContentLoaded', (ev) => {
|
|||
});
|
||||
|
||||
async function damus_web_init() {
|
||||
init_message_textareas();
|
||||
let tries = 0;
|
||||
function init() {
|
||||
// only wait for 500ms max
|
||||
|
@ -69,6 +68,7 @@ async function webapp_init() {
|
|||
const model = DAMUS;
|
||||
|
||||
// WARNING Order Matters!
|
||||
init_message_textareas();
|
||||
view_show_spinner(true);
|
||||
document.addEventListener('visibilitychange', () => {
|
||||
update_title(model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue