You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
Just what it says. Whenever I press the delete key, that method fires twice with an identical notification. I'm sure I'm doing something wrong, but I don't know where to start looking. Help!
The text was updated successfully, but these errors were encountered:
The issue was that setting the delegate twice wasn't unregistering the previous delegate from receiving those notifications which is why the method was getting called twice.
I'm guessing you might be setting the delegate in IB and then in your -awakeFromNib or similar as well. Whilst this is slightly inefficient, it shouldn't cause problems like this!
I'll get a release of PXSourceList out to fix this!
Just what it says. Whenever I press the delete key, that method fires twice with an identical notification. I'm sure I'm doing something wrong, but I don't know where to start looking. Help!
The text was updated successfully, but these errors were encountered: