Implemented revisions

This commit is contained in:
CarbonAtom
2017-07-13 08:05:04 -04:00
parent 2f2608a9ad
commit 1a6858ea51

View File

@@ -60,7 +60,7 @@ interface PerfectScrollbarSettings {
* It is a list of handlers to use to scroll the element.
* @see https://github.com/noraesae/perfect-scrollbar#handlers
* @see https://github.com/noraesae/perfect-scrollbar/blob/master/src/js/plugin/initialize.js#L9
* @default ['click-rail', 'drag-scrollbar', keyboard', 'wheel', 'touch']
* @default ['click-rail', 'drag-scrollbar', 'keyboard', 'wheel', 'touch']
*/
handlers?: ('click-rail' |
'drag-scrollbar' |
@@ -99,13 +99,6 @@ interface PerfectScrollbarSettings {
*/
scrollYMarginOffset?: number;
/**
* @deprecated
* @description When set to false, when clicking on a rail, the click event will be allowed to propagate.
* @see https://github.com/noraesae/perfect-scrollbar#stoppropagationonclick
*/
stopPropagationOnClick?: boolean;
/**
* When set to true, the scroll bar in X axis will not be available, regardless of the content width.
* @see https://github.com/noraesae/perfect-scrollbar#suppressscrollx