diff options
author | bobzel <zzzman@gmail.com> | 2022-05-20 08:42:48 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-05-20 08:42:48 -0400 |
commit | 99558fd67dcdb028692f1d219331ab86e07898f1 (patch) | |
tree | eb2037d2e93b6e6027de094e96377a957edf6466 /src/client/util/SharingManager.tsx | |
parent | e6b882080471d915a80400e7e9a97ff78a232147 (diff) |
fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in several dialogs to stop propagation to prevent iconifying
Diffstat (limited to 'src/client/util/SharingManager.tsx')
-rw-r--r-- | src/client/util/SharingManager.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx index 11450309a..f439d4488 100644 --- a/src/client/util/SharingManager.tsx +++ b/src/client/util/SharingManager.tsx @@ -658,6 +658,7 @@ export class SharingManager extends React.Component<{}> { isSearchable closeMenuOnSelect={false} options={options} + onKeyDown={e => e.stopPropagation()} onChange={this.handleUsersChange} value={this.selectedUsers} styles={{ |