oae / gnome-shell-pano

Next-gen Clipboard Manager for Gnome Shell
https://extensions.gnome.org/extension/5278/pano/
GNU General Public License v2.0
987 stars 52 forks source link

fix: disable paste on select before tracking #249

Closed everyx closed 6 months ago

everyx commented 6 months ago

Pull Request Template

Description

We should only enable paste-on-select when the user selects directly, and determine whether to enter an interactive state by check clipboardManager.isTracking

Fixes #232 #244

Type of change

Checklist

oae commented 6 months ago

thank you for the pr

piousdeer commented 5 months ago

@oae thanks for merging, could you make a new release on extensions.gnome.org with this fix? Thanks

oae commented 5 months ago

Reviewers will not accept the new version in its current state. They don't want me to include 3rd party libraries in the extension, so I need to change how it loads these 3rd party libraries.