js-draw 1.15.0 → 1.16.1

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.
package/dist/Editor.css CHANGED
@@ -933,6 +933,7 @@
933
933
  --toolbar-button-height: 48px;
934
934
  touch-action: none;
935
935
  user-select: none;
936
+ -webkit-user-select: none;
936
937
  background-color: var(--background-color-2);
937
938
  color: var(--foreground-color-2);
938
939
  --icon-color: var(--foreground-color-2);
@@ -947,6 +948,7 @@
947
948
  }
948
949
  .toolbar-edgemenu-container .toolbar-edgemenu input, .toolbar-edgemenu-container .toolbar-edgemenu textarea {
949
950
  user-select: auto;
951
+ -webkit-user-select: auto;
950
952
  }
951
953
  .toolbar-edgemenu-container .toolbar-edgemenu .toolbar-toolContainer {
952
954
  display: inline-block;
@@ -1439,6 +1441,9 @@
1439
1441
  .overlay.handleOverlay .selection-tool-selection-inner-container > * {
1440
1442
  pointer-events: all;
1441
1443
  }
1444
+ .overlay.handleOverlay .selection-tool-selection-inner-container.-empty {
1445
+ opacity: 0;
1446
+ }
1442
1447
 
1443
1448
  @keyframes selection-duplicated-animation {
1444
1449
  0% {
@@ -1465,6 +1470,8 @@
1465
1470
  width: 0px;
1466
1471
  height: 0px;
1467
1472
  overflow: hidden;
1473
+ user-select: none;
1474
+ -webkit-user-select: none;
1468
1475
  }
1469
1476
 
1470
1477
  .js-draw-sound-ui-toggle button {
@@ -1661,6 +1668,9 @@ visible.
1661
1668
  max-width: inherit;
1662
1669
  min-height: 0px;
1663
1670
  max-height: inherit;
1671
+ user-select: none;
1672
+ -webkit-user-select: none;
1673
+ -webkit-user-drag: none;
1664
1674
  }
1665
1675
 
1666
1676
  .imageEditorContainer .loadingMessage {
@@ -1679,12 +1689,16 @@ visible.
1679
1689
  height: 0;
1680
1690
  overflow: hidden;
1681
1691
  pointer-events: none;
1692
+ user-select: none;
1693
+ -webkit-user-select: none;
1682
1694
  }
1683
1695
 
1684
1696
  .imageEditorContainer .textRendererOutputContainer {
1685
1697
  width: 0.001px;
1686
1698
  height: 0.001px;
1687
1699
  overflow: hidden;
1700
+ -webkit-user-select: none;
1701
+ user-select: none;
1688
1702
  }
1689
1703
 
1690
1704
  .imageEditorContainer .textRendererOutputContainer:focus-within {