diff --git a/resources/js/Components/TagBox.vue b/resources/js/Components/TagBox.vue
index 31635d03..60c95c39 100644
--- a/resources/js/Components/TagBox.vue
+++ b/resources/js/Components/TagBox.vue
@@ -12,6 +12,7 @@ import {
const props = defineProps({
items: Array,
modelValue: Object,
+ autofocus: Boolean,
});
defineEmits(['update:modelValue']);
@@ -44,8 +45,10 @@ let filteredItems = computed(() => {
>
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/Pages/Photo/Show.vue b/resources/js/Pages/Photo/Show.vue
index bc26cc8c..481834a9 100644
--- a/resources/js/Pages/Photo/Show.vue
+++ b/resources/js/Pages/Photo/Show.vue
@@ -1,6 +1,6 @@
@@ -130,10 +148,20 @@ const updateItemQuantity = debounce((photoItemId, quantity) => {
-
Previous
+
+
+ Ctrl (⌘) + ←
+
+ Previous
+
-
Next
+
+
+ Ctrl (⌘) + →
+
+ Next
+
@@ -141,6 +169,7 @@ const updateItemQuantity = debounce((photoItemId, quantity) => {