Skip to content

Commit

Permalink
compiled js
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Aug 8, 2024
1 parent 7c369ae commit d08af48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/cone/app/browser/static/cone/cone.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,6 @@ var cone = (function (exports, $, ts) {
this.elem.css('pointer-events', value ? 'all' : 'none');
}
on_is_mobile(val) {
console.log(val);
if (val && this.contentsize > this.scrollsize) {
this.scrollbar.stop(true, true).show();
this.elem.off('mouseenter mouseleave', this.on_hover);
Expand Down
Loading

0 comments on commit d08af48

Please sign in to comment.