We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc518d commit c7f6fc3Copy full SHA for c7f6fc3
src/celltoolbartracker.ts
@@ -137,6 +137,7 @@ export class CellToolbarTracker implements IDisposable {
137
this._allTags,
138
this._leftMenuItems,
139
this._rightMenuItems,
140
+ // eslint-disable-next-line prettier/prettier
141
(this._settings?.composite['leftSpace'] as number) || 0
142
);
143
toolbar.addClass(CELL_BAR_CLASS);
0 commit comments