ngx-rs-ant 2.1.6 → 2.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2020/ngx-rs-ant.mjs
CHANGED
|
@@ -2541,7 +2541,7 @@ class DrawerService {
|
|
|
2541
2541
|
drawerRef.instance.contentTemplate = contentTemplate;
|
|
2542
2542
|
drawerRef.instance.contentTemplateContext = contentTemplateContext;
|
|
2543
2543
|
drawerRef.instance.config = config || {
|
|
2544
|
-
hideOnOutsideClick:
|
|
2544
|
+
hideOnOutsideClick: false
|
|
2545
2545
|
};
|
|
2546
2546
|
return drawerRef.instance;
|
|
2547
2547
|
}
|