Skip to content

Commit

Permalink
version 2.0.2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Zmasek committed Jun 6, 2023
1 parent 742f396 commit 9f295d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archaeopteryx.js
Original file line number Diff line number Diff line change
Expand Up @@ -3719,7 +3719,7 @@ if (!phyloXml) {
_settings.enableSpecialVisualizations4 = false;
}
if (_settings.showSearchPropertiesButton === undefined) {
_settings.showSearchPropertiesButton = false;
_settings.showSearchPropertiesButton = true;
}
if (_settings.allowManualNodeSelection === undefined) {
_settings.allowManualNodeSelection = false;
Expand Down

0 comments on commit 9f295d0

Please sign in to comment.