Prevent spamming

This commit is contained in:
Clement Roblot
2024-08-02 23:08:24 +07:00
parent 2de925f2c6
commit 53f179c776
3 changed files with 19 additions and 13 deletions

View File

@@ -74,7 +74,6 @@ int main() {
// TODO: Implement the double click on word to select the word
// TODO: Implement the double click and drag to select word by word (optional)
// TODO: Implement the tripple click to select an entire line
// TODO: Call onSelectionChange_ only when the selection indeed did change, not at every render?
// TODO: Add a "selectable" flag in the pixel class and take it into account when selecting things
renderer |= CatchEvent([&](Event event) {