Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid returning 1 from
HandleDoubleClick
Previously, `HandleDoubleClick` would return 1, which could cause the keep_tab to fail or trigger double-click operations consecutively when the user double-clicks on the tab page rapidly and repeatedly. This commit removes the return statement to avoid these issues.
- Loading branch information