mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Begin to use Popper for Dropdown
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ const Tooltip = (($) => {
|
||||
|
||||
/**
|
||||
* Check for Popper dependency
|
||||
* Tether - https://popper.js.org
|
||||
* Popper - https://popper.js.org
|
||||
*/
|
||||
if (typeof Popper === 'undefined') {
|
||||
throw new Error('Bootstrap tooltips require Popper (https://popper.js.org)')
|
||||
|
||||
Reference in New Issue
Block a user