mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
Previously, when - Dragging a row in the rule editor would eventually try to generate a dictionary with key 'indexes' and a nil value in the method __postRowCountChangedNotificationOfType:indexes:. Generating an empty dictionary instead when there is no indexes solves this issue.