Changed listeners

This commit is contained in:
Florian Bouillon 2019-11-15 11:11:26 +01:00
parent 7edb0d5e0a
commit d55730bedd
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,8 @@ extends AttributeAbstract {
public static listeners: AttributeListeners[] = [ public static listeners: AttributeListeners[] = [
AttributeListeners.CHANGE, AttributeListeners.CHANGE,
AttributeListeners.FORM_FILL AttributeListeners.FORM_FILL,
AttributeListeners.MODE_SWITCH
] ]
public static identity: AttributeIdentity = { public static identity: AttributeIdentity = {

View File

@ -73,7 +73,8 @@ extends AttributeAbstract {
public static listeners: AttributeListeners[] = [ public static listeners: AttributeListeners[] = [
AttributeListeners.POST_CLEAR, AttributeListeners.POST_CLEAR,
AttributeListeners.FORM_INIT AttributeListeners.FORM_INIT,
AttributeListeners.FORM_FILL
] ]
public static identity: AttributeIdentity = { public static identity: AttributeIdentity = {