You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugfix: Fix a stack overflow when pasting large selection to a existing area
- This also improve the speed when pasting large selection to a existing area;
- This doesn't happen when the copy-on-write option is turned off, but it will affect all arrays so I keep it on;
- Move the code to check and extend the `selection_exists` array to separate functions.
0 commit comments