Changes since 23.5.7
Fixes
-
Prevent Optional capture in serializable predicate (#20360)
Commit · Pull requestOptional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.
-
Use capture for dragLeave (#20291)
Commit · Pull request