Fix flow tutorials (#6722)

* Fix tutorial basic

* fix other tutorials

* nit fix bug with button shrinking

* tutorial works backwards

* nit delete field on prev
This commit is contained in:
Diego Imbert
2025-10-01 18:00:46 +02:00
committed by GitHub
parent e2e3ae9f02
commit 8eb6c13c19
9 changed files with 81 additions and 30 deletions

View File

@@ -24,6 +24,11 @@
// Render controls needs to be exposed so steps that have a custom render can call it
export function renderControls({ config, state }) {
const popoverContent = document.querySelector('#driver-popover-content')
popoverContent?.addEventListener('pointerdown', (event) => {
event.stopPropagation()
})
const popoverDescription = document.querySelector('#driver-popover-description')
if (!tutorial) {