diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-03 10:19:39 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-03 10:19:39 -0500 |
commit | f4940b063a512e15723d62671b8e11619b1bfcd7 (patch) | |
tree | 63c51b5c3e6660279d516217f09c749502231c4d /src/client/util/CurrentUserUtils.ts | |
parent | 8d1f4cdf924a4002f132886230eb85a40dfcae3f (diff) |
fix double click on left pane
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index c27290e74..3aa13d535 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -531,6 +531,7 @@ export class CurrentUserUtils { stayInCollection: true, _width: 60, _height: 60, + onDoubleClick: ScriptField.MakeScript('console.log("hi")', { scriptContext: "any" }), onClick: ScriptField.MakeScript(click, { scriptContext: "any" }), })); |