Skip to content

Commit

Permalink
Code cleanup, minor CSS style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph-cat committed Jun 3, 2024
1 parent b349bfb commit ed71ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/api/StateManager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export class StateManager<State> extends SimpleStateManager<State> {
}
}

// TODO: [Medium priority]
// TODO: [Low priority] only add if needed in the future
// watchInit(callback: (isInitializing: boolean) => void): () => void {
// return this._isInitializing.watch(callback)
// }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
align-items: center;
cursor: pointer;
display: grid;
grid-template-columns: var(--menuItemSize) 1fr;
grid-auto-columns: max-content;
grid-auto-flow: column;
user-select: none;
Expand All @@ -60,5 +61,4 @@
.checkIconContainer {
display: grid;
place-items: center;
width: var(--menuItemSize);
}

0 comments on commit ed71ea3

Please sign in to comment.