diff options
author | yunahi <60233430+yunahi@users.noreply.github.com> | 2020-07-10 05:08:53 +0900 |
---|---|---|
committer | yunahi <60233430+yunahi@users.noreply.github.com> | 2020-07-10 05:08:53 +0900 |
commit | 065a29e87c771b5cd9301b0468fb036e070cad17 (patch) | |
tree | 54677b800feb1f3d9eb550b5ab072860052139f1 /src/client/views/ContextMenu.tsx | |
parent | 7c93a65535a278dd1381b27fbd4c3869eed19527 (diff) |
added format shape
Diffstat (limited to 'src/client/views/ContextMenu.tsx')
-rw-r--r-- | src/client/views/ContextMenu.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/ContextMenu.tsx b/src/client/views/ContextMenu.tsx index 941d7b44a..1a6b7ab90 100644 --- a/src/client/views/ContextMenu.tsx +++ b/src/client/views/ContextMenu.tsx @@ -224,6 +224,7 @@ export class ContextMenu extends React.Component { } render() { + console.log("context"); if (!this._display) { return null; } |