timepp
timepp copied to clipboard
Fix for issue #201 with editing todo tasks
Fix to issue #201
Simple fix to the issue by replacing the return value Clutter.EVENT_STOP with Clutter.EVENT_PROPAGATE as recommended here https://gitlab.gnome.org/GNOME/mutter/-/issues/2086
Tested on Pop!_OS 22.04 LTS
How can I apply this fix ?
If you look at the files tab you can see which files would be changed by this PR. That should show you what to change.
I won't be merging this. I'm currently working on a relatively big upgrade to the extension: fixing bugs, adding some features and porting it to typescript... This fix will be included in that upgrade.
@landegt Thanks it fixed the problem.