6.7.0: Описание товаров и редизайн выполнения
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m24s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m24s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -389,8 +389,8 @@ function ShoppingList({ onNavigate, refreshTrigger = 0, isActive = false, initia
|
||||
if (selectedBoardId) fetchItems(selectedBoardId)
|
||||
}
|
||||
|
||||
const handleCloseDetail = () => {
|
||||
if (historyPushedForDetailRef.current) {
|
||||
const handleCloseDetail = (skipHistoryBack = false) => {
|
||||
if (!skipHistoryBack && historyPushedForDetailRef.current) {
|
||||
window.history.back()
|
||||
} else {
|
||||
historyPushedForDetailRef.current = false
|
||||
|
||||
Reference in New Issue
Block a user