mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 22:55:47 +01:00
Fix
This commit is contained in:
parent
9f252a4119
commit
75a3367a8a
2 changed files with 2 additions and 2 deletions
2
dist/codex-editor.js
vendored
2
dist/codex-editor.js
vendored
|
|
@ -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 = '';
|
||||
|
|
|
|||
|
|
@ -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 = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue