Skip to content

Commit

Permalink
Add view mixin for the manual shortcuts article
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed May 30, 2023
1 parent 636f676 commit f572817
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/MagicSamServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function boot(Modules $modules, Router $router)
'viewMixins' => [
'imageAnnotationPolygonTools',
'manualCreatingPolygons',
'manualAnnotationShortcutsPolygon',
],
'controllerMixins' => [
//
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<tr>
<td><kbd>z</kbd></td>
<td>Select the magic SAM tool</td>
</tr>

0 comments on commit f572817

Please sign in to comment.