Add FIXME
This commit is contained in:
parent
0c1412a218
commit
1ec59f3f0e
@ -33,6 +33,9 @@
|
||||
"use strict";
|
||||
|
||||
(function() {
|
||||
|
||||
// FIXME:qtwebengine integrate this with other window._qutebrowser code?
|
||||
|
||||
function isElementInViewport(node) { // eslint-disable-line complexity
|
||||
var i;
|
||||
var boundingRect = (node.getClientRects()[0] ||
|
||||
|
Loading…
Reference in New Issue
Block a user