@nous-excalidraw/excalidraw 0.18.9-beta.19 → 0.18.9-beta.20
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/dev/index.js
CHANGED
|
@@ -43484,7 +43484,6 @@ var _App = class _App extends React46.Component {
|
|
|
43484
43484
|
});
|
|
43485
43485
|
__publicField(this, "getContextMenuItems", (type) => {
|
|
43486
43486
|
const options = [];
|
|
43487
|
-
options.push(actionCopyAsPng, actionCopyAsSvg);
|
|
43488
43487
|
if (type === "canvas") {
|
|
43489
43488
|
if (this.state.viewModeEnabled) {
|
|
43490
43489
|
return [
|
|
@@ -43498,8 +43497,8 @@ var _App = class _App extends React46.Component {
|
|
|
43498
43497
|
return [
|
|
43499
43498
|
actionPaste,
|
|
43500
43499
|
CONTEXT_MENU_SEPARATOR,
|
|
43501
|
-
actionCopyAsPng,
|
|
43502
|
-
actionCopyAsSvg,
|
|
43500
|
+
// actionCopyAsPng,
|
|
43501
|
+
// actionCopyAsSvg,
|
|
43503
43502
|
copyText,
|
|
43504
43503
|
CONTEXT_MENU_SEPARATOR,
|
|
43505
43504
|
actionSelectAll,
|
|
@@ -46582,7 +46581,7 @@ var _App = class _App extends React46.Component {
|
|
|
46582
46581
|
this.state.selectionElement,
|
|
46583
46582
|
this.scene.getNonDeletedElementsMap(),
|
|
46584
46583
|
false,
|
|
46585
|
-
|
|
46584
|
+
"overlap",
|
|
46586
46585
|
this.state.zoom.value
|
|
46587
46586
|
) : [];
|
|
46588
46587
|
this.setState((prevState) => {
|