Skip to content

Commit 00f947d

Browse files
committed
Small fix on Tutorial
1 parent 2a77b89 commit 00f947d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/Buttons/Tutorial.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ export default class Tutorial extends Component<TutorialProps, TutorialState> {
241241
{
242242
title: 'Viewing History Snapshot',
243243
element: '.display',//document.querySelectorAll('.snapshotNode')[0]
244-
element: '.node active', //document.querySelectorAll('.snapshotNode')[0]
245244
intro:
246245
'Each node will represent a snapshot in the page. <ul><li>A single snapshot will show as a node while multiple snapshots will be represented as a timeline.</li><li>Highlighting over one will show any state changes compared to the previous snapshot. </li><li>Clicking a node will set the snapshot as the current one.</li></ul>',
247246
position: 'top',

0 commit comments

Comments
 (0)