This commit is contained in:
Martti Malmi 2021-05-28 14:37:30 +03:00
parent 5a306b3e41
commit dc24693f99
2 changed files with 2 additions and 0 deletions

View File

@ -1913,6 +1913,7 @@ form.public {
}
.store-item {
width: 100%;
margin-left: 15px;
}
}

View File

@ -37,6 +37,7 @@ class Profile extends View {
}
onAboutInput(e) {
const about = $(e.target).text().trim();
State.public.user().get('profile').get('about').put(about);
}