[breaking change] Popup: add lockScroll instead of lockOnScroll & preventScroll (#688)
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ export type DialogOptions = {
|
||||
title?: string;
|
||||
message?: string;
|
||||
overlay?: boolean;
|
||||
lockOnScroll?: boolean;
|
||||
lockScroll?: boolean;
|
||||
confirmButtonText?: string;
|
||||
cancelButtonText?: string;
|
||||
showConfirmButton?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user