[nextgen/cardstack] use component listener to handle timeout (avoids desync issues)

This commit is contained in:
bignutty 2025-02-22 15:47:32 +01:00
parent c5d49cf0f7
commit 7c4e952b2f
2 changed files with 8 additions and 35 deletions

View file

@ -29,6 +29,7 @@ module.exports = {
pageNumberGenerator: (pg)=>{
return `Test ${pg.index}`
},
expires: 10000,
interactive: {
always_active_button: {
type: InteractiveComponentTypes.BUTTON,