Skip to content

Commit

Permalink
Internal (utils): findClosestScrollableAncestor() helper should use g…
Browse files Browse the repository at this point in the history
…lobal from ckeditor5-utils module.
  • Loading branch information
oleq committed May 16, 2023
1 parent 48f6458 commit dc25921
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @module utils/dom/findclosestscrollableancestor
*/

import global from './global';

/**
* Returns the closest scrollable ancestor of a DOM element.
*
Expand Down

0 comments on commit dc25921

Please sign in to comment.