bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Lazy loading of EventStore creates STM transactions #9710

Closed JockeLindberg closed 3 weeks ago

JockeLindberg commented 1 month ago
  1. Use the Scheduler infinite-scroll demo
  2. Add:

project : { stm : { disabled : false, autoRecord : true // Will catch record changes automatically } },

  1. Scroll horizontally and type scheduler.project.stm.canUndo in the console. It should be false, but is true