Skip to content

Commit 6555eb0

Browse files
Add Enter Submit hint to merge mode toolbar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49a1c03 commit 6555eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/SplitMergeOverlay.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ function cancelTool() {
136136

137137
<div class="nge-smo-actions" v-if="!isSubmitting">
138138
<span class="nge-smo-key-hint"><kbd>Ctrl+Click</kbd> Set points</span>
139+
<span class="nge-smo-key-hint"><kbd>Enter</kbd> Submit</span>
139140
<button class="nge-smo-action-btn cancel-btn" @click="cancelTool" title="Exit merge mode"><kbd>Esc</kbd> Cancel</button>
140141
</div>
141142
<div class="nge-smo-loading-indicator" v-if="isSubmitting">

0 commit comments

Comments
 (0)