timepp icon indicating copy to clipboard operation
timepp copied to clipboard

Fix for issue #201 with editing todo tasks

Open landegt opened this issue 2 years ago • 1 comments

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

landegt avatar Sep 22 '22 20:09 landegt

How can I apply this fix ?

rcsm17 avatar Oct 29 '22 12:10 rcsm17

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.

c-git avatar Nov 01 '22 15:11 c-git

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.

zagortenay333 avatar Nov 02 '22 10:11 zagortenay333

@landegt Thanks it fixed the problem.

babakslt avatar Jan 20 '23 08:01 babakslt