@officesdk/design 0.2.9 → 0.2.10

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.
@@ -3975,7 +3975,6 @@ var ToolbarButton = ({
3975
3975
  };
3976
3976
  const handleDropdownClick = (e) => {
3977
3977
  if (disabled) return;
3978
- e.stopPropagation();
3979
3978
  onDropdownClick?.(e);
3980
3979
  };
3981
3980
  const renderIcon = () => {