Skip to content

Commit 509f642

Browse files
committed
fix(debug-panel): ensure tooltip primitive is installed
1 parent 0122004 commit 509f642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-tauri-ui/src/batteries/debug-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function componentImportPath(options: ProjectOptions) {
8585
}
8686

8787
async function ensureUiComponents(projectDir: string, options: ProjectOptions) {
88-
for (const component of ["button", "badge", "dropdown-menu", "tabs"]) {
88+
for (const component of ["button", "badge", "dropdown-menu", "tabs", "tooltip"]) {
8989
const componentPath = path.join(uiDir(projectDir, options), `${component}.tsx`);
9090

9191
if (fs.existsSync(componentPath)) {

0 commit comments

Comments
 (0)