From 1a6858ea51c5e825ddcdf99175bf7f49aafec9d4 Mon Sep 17 00:00:00 2001 From: CarbonAtom Date: Thu, 13 Jul 2017 08:05:04 -0400 Subject: [PATCH] Implemented revisions --- types/perfect-scrollbar/index.d.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/types/perfect-scrollbar/index.d.ts b/types/perfect-scrollbar/index.d.ts index bceaf35faa..61d76e6ed4 100644 --- a/types/perfect-scrollbar/index.d.ts +++ b/types/perfect-scrollbar/index.d.ts @@ -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