@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.
@@ -3962,7 +3962,6 @@ var ToolbarButton = ({
3962
3962
  };
3963
3963
  const handleDropdownClick = (e) => {
3964
3964
  if (disabled) return;
3965
- e.stopPropagation();
3966
3965
  onDropdownClick?.(e);
3967
3966
  };
3968
3967
  const renderIcon = () => {