mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
'use strict';
|
|
|
|
/* global DOM */
|
|
|
|
const scrollIntoViewIfNeeded = require('scroll-into-view-if-needed').default;
|
|
DOM.scrollIntoViewIfNeeded = scrollIntoViewIfNeeded;
|
|
|