mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
De-activate toggleExpandButton after clicking
Bug: T258706 Change-Id: I810d7733e1f5f89c521e733713641b28b1ae6237
This commit is contained in:
parent
d39d944bf0
commit
25e2fb4a8f
|
@ -212,6 +212,8 @@
|
|||
'collapse' :
|
||||
'expand'
|
||||
);
|
||||
// T258706
|
||||
this.toggleExpandButton.setActive( false );
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue