Skip to content

Commit

Permalink
Merge pull request #18 from Peter-SouzaConsulting/info-boxes-selectable
Browse files Browse the repository at this point in the history
Update graphexp.html to allow copy-paste on the properties
  • Loading branch information
bricaud authored Apr 2, 2018
2 parents 8f8bd4c + e539b38 commit 47cf25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphexp.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1 class="header-heading">Graph Explorer v 0.6</h1>
<svg></svg>
</div>

<div class="aside left_bar" style="background-color:transparent;pointer-events:none;">
<div class="aside left_bar" style="background-color:transparent;pointer-events:auto;">
<div id="graphInfoBar" style="background-color:transparent;pointer-events:auto;">
<button name="graphInfo" onclick="get_graph_info();">Get graph info</button>
<input type="checkbox" name="showgraphinfo" id="showgraphinfo" onchange="show_hide_element('#graphInfo')"/>Show/hide graph info
Expand All @@ -82,7 +82,7 @@ <h1 class="header-heading">Graph Explorer v 0.6</h1>
</div>
</div>

<div class="aside right_bar" id="details" style="background-color:transparent;pointer-events:none;">
<div class="aside right_bar" id="details" style="background-color:transparent;pointer-events:auto;">
<div id="messageArea"></div><div id="outputArea"></div>
<div id="nodeInfo" style="background-color:transparent;pointer-events:none;">
</div>
Expand Down

0 comments on commit 47cf25d

Please sign in to comment.