Skip to content

Commit 75a3367

Browse files
author
georgyb
committed
Fix
1 parent 9f252a4 commit 75a3367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/codex-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21347,7 +21347,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
2134721347
name = _ref4[0],
2134821348
button = _ref4[1];
2134921349

21350-
button.classList.remove(_this3.CSS.actionsWrapperOpened);
21350+
button.classList.remove(_this3.CSS.inlineToolButtonPinch);
2135121351
});
2135221352
this.nodes.buttons.style.minWidth = '';
2135321353
this.nodes.actions.style.width = '';

src/components/modules/toolbar/inline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default class InlineToolbar extends Module {
243243
// Array.from(this.nodes.actions.children).forEach((child) => child.remove());
244244

245245
Object.entries(this.toolsButtons).forEach(([name, button]) => {
246-
button.classList.remove(this.CSS.actionsWrapperOpened);
246+
button.classList.remove(this.CSS.inlineToolButtonPinch);
247247
});
248248

249249
this.nodes.buttons.style.minWidth = '';

0 commit comments

Comments
 (0)