fix: added a special treatment for time signature input; fixed text selection in pop-up and release the mouse outside the pop-up will close the pop-up issue.

This commit is contained in:
Xiaohan-Tian
2026-04-20 00:02:47 -07:00
parent 1828dbbc63
commit 778c0236b6
4 changed files with 117 additions and 29 deletions
+2 -2
View File
@@ -3,5 +3,5 @@ export { default as Playhead } from './Playhead';
export { default as FileImportModal } from './FileImportModal';
export { default as LoadingOverlay } from './LoadingOverlay';
export { default as OpenProjectModal } from './OpenProjectModal';
export { default as DialogProvider, showAlert, showConfirm, showPrompt } from './DialogProvider';
export type { ConfirmOptions, PromptOptions } from './DialogProvider';
export { default as DialogProvider, showAlert, showConfirm, showPrompt, showTimeSigPrompt } from './DialogProvider';
export type { ConfirmOptions, PromptOptions, TimeSigResult } from './DialogProvider';