mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix lint.
This commit is contained in:
parent
6e3b575fa5
commit
01432813a6
1 changed files with 6 additions and 4 deletions
|
@ -6169,7 +6169,9 @@ class App extends React.Component<AppProps, AppState> {
|
|||
): ContextMenuItems => {
|
||||
const options: ContextMenuItems = [];
|
||||
let addedCustom = false;
|
||||
this.actionManager.getCustomActions({ data: { source } }).forEach((action) => {
|
||||
this.actionManager
|
||||
.getCustomActions({ data: { source } })
|
||||
.forEach((action) => {
|
||||
addedCustom = true;
|
||||
options.push(action);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue