auto change font size to small if text is too long
parent
f1aa487445
commit
a72dd8fd26
|
@ -1005,6 +1005,8 @@
|
|||
showLoadingSpinnerErrorChar() {
|
||||
this.loadingSpinner.showErrorCharLottie("Hoppla, der von dir eingegebene Text ist zu lang. Bitte kürze ihn oder wende dich an uns für eine individuelle Lösung.");
|
||||
this.disableBuyButton();
|
||||
|
||||
console.log("text too long, selectect font size", document.querySelector('#shx-fontSize').value);
|
||||
}
|
||||
|
||||
hideLoadingSpinner() {
|
||||
|
|
Loading…
Reference in New Issue