This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2adc81c4c9
kakoune
/
test
/
regression
/
0-mouse-during-insert
/
in
2 lines
4 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove bogus assertions preventing mouse clicks in insert mode Recent changes for selection-undo added an assertion that triggers when a mouse-drag overlaps with an insert mode, because both events record selection history. However this is actually fine. The one that finishes last concludes the selection edition, while the other one will be a nop. The test could be simpler (i.e. not require sleeps) but I figured it doesn't hurt add this since we don't have any comparable tests.
2022-12-03 19:00:46 +01:00
123
Reference in New Issue
Copy Permalink
Mastodon