Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for targetBCR (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/js/admin/bootstrap.min.js.map

      const targetSelector = Util.getSelectorFromElement(element)\n\n        if (targetSelector) {\n          target = document.querySelector(targetSelector)\n        }\n\n        if (target) {\n          const targetBCR = target.getBoundingClientRect()\n          if (targetBCR.width || targetBCR.height) {\n            // TODO (fat): remove sketch reliance on jQuery position/offset\n            return [\n              $(target)[offsetMethod]().top + offsetBase,\n              targetSelector\n       ...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 180.9K bytes
    - Click Count (0)
Back to Top