De-activate toggleExpandButton after clicking

Bug: T258706
Change-Id: I810d7733e1f5f89c521e733713641b28b1ae6237
This commit is contained in:
Ed Sanders 2020-07-23 14:44:44 +01:00
parent d39d944bf0
commit 25e2fb4a8f

View file

@ -212,6 +212,8 @@
'collapse' :
'expand'
);
// T258706
this.toggleExpandButton.setActive( false );
};
/**