mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-03 11:04:21 +01:00
feat: introducing Web-Embeds (alias iframe element) (#6691)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
exports[`contextMenu element right-clicking on a group should select whole group: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -470,6 +471,7 @@ exports[`contextMenu element right-clicking on a group should select whole group
|
||||
|
||||
exports[`contextMenu element selecting 'Add to library' in context menu adds element to library: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -668,6 +670,7 @@ exports[`contextMenu element selecting 'Add to library' in context menu adds ele
|
||||
|
||||
exports[`contextMenu element selecting 'Bring forward' in context menu brings element forward: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -1040,6 +1043,7 @@ exports[`contextMenu element selecting 'Bring forward' in context menu brings el
|
||||
|
||||
exports[`contextMenu element selecting 'Bring to front' in context menu brings element to front: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -1412,6 +1416,7 @@ exports[`contextMenu element selecting 'Bring to front' in context menu brings e
|
||||
|
||||
exports[`contextMenu element selecting 'Copy styles' in context menu copies styles: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -1610,6 +1615,7 @@ exports[`contextMenu element selecting 'Copy styles' in context menu copies styl
|
||||
|
||||
exports[`contextMenu element selecting 'Delete' in context menu deletes element: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -1845,6 +1851,7 @@ exports[`contextMenu element selecting 'Delete' in context menu deletes element:
|
||||
|
||||
exports[`contextMenu element selecting 'Duplicate' in context menu duplicates element: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -2145,6 +2152,7 @@ exports[`contextMenu element selecting 'Duplicate' in context menu duplicates el
|
||||
|
||||
exports[`contextMenu element selecting 'Group selection' in context menu groups selected elements: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -2533,6 +2541,7 @@ exports[`contextMenu element selecting 'Group selection' in context menu groups
|
||||
|
||||
exports[`contextMenu element selecting 'Paste styles' in context menu pastes styles: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -3411,6 +3420,7 @@ exports[`contextMenu element selecting 'Paste styles' in context menu pastes sty
|
||||
|
||||
exports[`contextMenu element selecting 'Send backward' in context menu sends element backward: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -3783,6 +3793,7 @@ exports[`contextMenu element selecting 'Send backward' in context menu sends ele
|
||||
|
||||
exports[`contextMenu element selecting 'Send to back' in context menu sends element to back: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -4155,6 +4166,7 @@ exports[`contextMenu element selecting 'Send to back' in context menu sends elem
|
||||
|
||||
exports[`contextMenu element selecting 'Ungroup selection' in context menu ungroups selected group: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -4610,6 +4622,7 @@ exports[`contextMenu element selecting 'Ungroup selection' in context menu ungro
|
||||
|
||||
exports[`contextMenu element shows 'Group selection' in context menu for multiple selected elements: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -5189,6 +5202,7 @@ exports[`contextMenu element shows 'Group selection' in context menu for multipl
|
||||
|
||||
exports[`contextMenu element shows 'Ungroup selection' in context menu for group inside selected elements: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -5853,6 +5867,7 @@ exports[`contextMenu element shows 'Ungroup selection' in context menu for group
|
||||
|
||||
exports[`contextMenu element shows context menu for canvas: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -6087,6 +6102,7 @@ exports[`contextMenu element shows context menu for canvas: [end of test] number
|
||||
|
||||
exports[`contextMenu element shows context menu for element: [end of test] appState 1`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
@@ -6460,6 +6476,7 @@ Object {
|
||||
|
||||
exports[`contextMenu element shows context menu for element: [end of test] appState 2`] = `
|
||||
Object {
|
||||
"activeEmbeddable": null,
|
||||
"activeTool": Object {
|
||||
"customType": null,
|
||||
"lastActiveTool": null,
|
||||
|
||||
Reference in New Issue
Block a user