Override fittor to also update selectors
@override void fittor([String? tag]) { super.fittor(tag); _updateRegisteredSelectors(); }