mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add regression tests for context-menu actions (#1959)
This commit is contained in:
parent
a2e7d8d560
commit
df4e903bd6
3 changed files with 3264 additions and 19 deletions
|
@ -12,7 +12,8 @@ import {
|
|||
DEFAULT_TEXT_ALIGN,
|
||||
} from "../constants";
|
||||
|
||||
let copiedStyles: string = "{}";
|
||||
// `copiedStyles` is exported only for tests.
|
||||
export let copiedStyles: string = "{}";
|
||||
|
||||
export const actionCopyStyles = register({
|
||||
name: "copyStyles",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue