REFACTOR: removes useless self assignment (#9681)
This commit is contained in:
parent
23d585f255
commit
af78d188b8
|
@ -91,7 +91,6 @@ createWidget("topic-admin-menu-button", {
|
|||
const position = $button.position();
|
||||
|
||||
const rtl = $("html").hasClass("rtl");
|
||||
position.left = position.left;
|
||||
position.outerHeight = $button.outerHeight();
|
||||
|
||||
if (rtl) {
|
||||
|
|
Loading…
Reference in New Issue