Much simpler undo/redo handling, bugs fixed and less code.
This commit is contained in:
@@ -95,6 +95,10 @@ function toggleVisibility() {
|
||||
// Settings dialog integration
|
||||
const settingsDialog = ref(null)
|
||||
function openSettings() {
|
||||
// Capture baseline before opening settings
|
||||
try {
|
||||
calendarStore.$history?._baselineIfNeeded?.(true)
|
||||
} catch {}
|
||||
settingsDialog.value?.open()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user