klecks icon indicating copy to clipboard operation
klecks copied to clipboard

how to add upload button

Open Amencee opened this issue 1 year ago • 1 comments

embed style: image standard:image

I wan to use standard ui in embed page, thanks

Amencee avatar Jan 17 '24 08:01 Amencee

ok, I find solution that delete embed config in main-embaed

this.klApp = new KlApp( project, { saveReminder, bottomBar: this.p.bottomBar, aboutEl: this.p.aboutEl, embed: { url: this.p.embedUrl, onSubmit: this.p.onSubmit, }, } );

delete embed: { url: this.p.embedUrl, onSubmit: this.p.onSubmit, },

Amencee avatar Jan 17 '24 09:01 Amencee