Mathieu Boulianne
Mathieu Boulianne
##### Expected behavior. The toolbar should always stick if a scrollableContainer is specified. ##### Actual behavior. When there the page and the scrollableContainer have a scrollbar, the toolbar won't stick...
## Background In the prefetch logic, we check whether the connection is slow or fast before we do any prefetching: https://github.com/umijs/qiankun/blob/59da80eb9c0d18c95748dcceaba2f421deab1ed5/src/prefetch.ts#L34 The problem with that is that as soon as...
##### Expected behavior. Autoscroll should always work when typing, the cursor should always stay in view. ##### Actual behavior. When in a fixed container and when spamming enter, the editor...