Skip to content
Snippets Groups Projects
Verified Commit 74e131e4 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP

parent 1fa8cdfc
No related branches found
No related tags found
2 merge requests!36merge f-boot-tour to dev,!31remove xs
Pipeline #6805 passed with warnings
......@@ -371,7 +371,7 @@ var tour = new function () {
_on_popover_open() {
caosdb_utils.assert_not_undefined(this.popover, "this.popover");
caosdb_utils.assert_not_undefined(this.popover.tip, "this.popover.tip");
//this._scroll_into_view(this.popover.tip);
this._scroll_into_view(this.popover.tip);
// initialize close button
const cb = $(this.popover.tip).find(".caosdb-f-tour-popover-close-button")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment