Skip to content

Commit f919d45

Browse files
committed
format fix
1 parent 5b3706b commit f919d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,9 @@ Replace the implementation of the selection handler with the following code, so
495495
_viewer.fitToView();
496496
_self.panel.setVisible(false);
497497
}
498-
499-
}
500498
</b>
499+
}
500+
501501
</pre>
502502
You've now finished writing your extension to respond to a user selecting a model element by displaying that element's properties in a panel and isolating that element in the view. Launch the client page and select a model element by clicking on it. The model and camera view reset if you clear your selection or click in space.
503503

0 commit comments

Comments
 (0)