From 4ca6716074b7592470c8e7d7ecc0ecc17a99b48b Mon Sep 17 00:00:00 2001 From: Byson94 Date: Sat, 13 Sep 2025 13:28:59 +0530 Subject: [PATCH] feat(docs): added exclusive true in config --- docs/src/config/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/config/configuration.md b/docs/src/config/configuration.md index 6427f53..3a7b760 100644 --- a/docs/src/config/configuration.md +++ b/docs/src/config/configuration.md @@ -40,6 +40,7 @@ enter([ // Add all defwindow inside enter. Enter is the root of the config. height: "30px", anchor: "top center" }, + exclusive: true, reserve: #{ distance: "40px", side: "top" } }, label(#{ text: "example content" })) ])