fixes small formatting issue

This commit is contained in:
Jonathan Spira 2024-10-02 12:19:17 -04:00
parent 2360280b64
commit cf3c01bf0f

View File

@ -86,7 +86,8 @@ impl<'ui, T: AsRef<str>> Selectable<'ui, T> {
///
/// Default: enabled
pub fn close_popups(mut self, value: bool) -> Self {
self.flags.set(SelectableFlags::NO_AUTO_CLOSE_POPUPS, !value);
self.flags
.set(SelectableFlags::NO_AUTO_CLOSE_POPUPS, !value);
self
}
/// Enables/disables full column span (text will still fit in the current column).