Studio: add slideshow, add useability tweaks

This commit is contained in:
Pieter Vander Vennet 2023-10-24 22:01:10 +02:00
parent 2df9aa8564
commit 8bc555fbe0
26 changed files with 440 additions and 316 deletions

View file

@ -109,7 +109,7 @@
* Dispatches the submit, but only if the value is valid
*/
function sendSubmit(){
if(feedback.data){
if(feedback?.data){
console.log("Not sending a submit as there is feedback")
}
dispatch("submit")