This commit is contained in:
georgyb 2019-01-09 15:58:18 +03:00
parent 9f252a4119
commit 75a3367a8a
2 changed files with 2 additions and 2 deletions

View file

@ -21347,7 +21347,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
name = _ref4[0],
button = _ref4[1];
button.classList.remove(_this3.CSS.actionsWrapperOpened);
button.classList.remove(_this3.CSS.inlineToolButtonPinch);
});
this.nodes.buttons.style.minWidth = '';
this.nodes.actions.style.width = '';

View file

@ -243,7 +243,7 @@ export default class InlineToolbar extends Module {
// Array.from(this.nodes.actions.children).forEach((child) => child.remove());
Object.entries(this.toolsButtons).forEach(([name, button]) => {
button.classList.remove(this.CSS.actionsWrapperOpened);
button.classList.remove(this.CSS.inlineToolButtonPinch);
});
this.nodes.buttons.style.minWidth = '';