@lvce-editor/source-control-worker 3.6.4 → 3.6.5

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.
@@ -3370,7 +3370,10 @@ const getSourceControlButtonVirtualDom = (button, disabled) => {
3370
3370
  ...(!disabled && {
3371
3371
  onClick: HandleClickSourceControlButton
3372
3372
  })
3373
- }, getIconVirtualDom(icon, Span), text(label)];
3373
+ }, {
3374
+ ...getIconVirtualDom(icon, Span),
3375
+ name: label
3376
+ }, text(label)];
3374
3377
  };
3375
3378
 
3376
3379
  const getSourceControlInputDom = (inputPlaceholder, inputMessage) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/source-control-worker",
3
- "version": "3.6.4",
3
+ "version": "3.6.5",
4
4
  "description": "Source Control Worker",
5
5
  "keywords": [
6
6
  "Lvce Editor"