File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,5 +154,5 @@ Annotation Controls
154154- **Pixelmap controls **
155155
156156 **Left-click ** on a superpixel to change its category to the current style group.
157- Holding **shift ** and **left-drag ** the mouse to change multiple superpixels as
157+ Holding **shift ** and **left-drag ** the mouse to change multiple superpixels as
158158 the mouse passed over them.
Original file line number Diff line number Diff line change 5959 .h-group-count-label
6060 display inline-block
6161 vertical-align top
62-
62+
6363 .h-group-count-options
6464 display inline-block
6565 padding-left 5px
Original file line number Diff line number Diff line change @@ -221,10 +221,10 @@ var ImageView = View.extend({
221221 // store a reference to the underlying viewer
222222 this . viewer = this . viewerWidget . viewer ;
223223 this . viewer . interactor ( ) . removeAction ( geo . geo_action . zoomselect ) ;
224-
224+
225225 let currentOptions = this . viewer . interactor ( ) . options ( ) ;
226- currentOptions . click . cancelOnMove = 10 ; // a click can move up to 10 pixels before it is considered a move
227- this . viewer . interactor ( ) . options ( currentOptions )
226+ currentOptions . click . cancelOnMove = 10 ; // a click can move up to 10 pixels before it is considered a move
227+ this . viewer . interactor ( ) . options ( currentOptions ) ;
228228
229229 this . imageWidth = this . viewer . maxBounds ( ) . right ;
230230 this . imageHeight = this . viewer . maxBounds ( ) . bottom ;
You can’t perform that action at this time.
0 commit comments