aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SelectionManager.ts
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2020-02-11 22:37:53 -0500
committerStanley Yip <stanley_yip@brown.edu>2020-02-11 22:37:53 -0500
commit2829d080ad27dac6bd2a4b717817a5681343556a (patch)
tree2fc931fd5f5cab7e596d484aa846026c4bf679de /src/client/util/SelectionManager.ts
parent832dbcba3d46a924cca583429f683672875964a4 (diff)
parent3910d017f6f06ebaf78884e9935d9206505427b8 (diff)
Merge branch 'radial_menu_fixes2' of https://github.com/browngraphicslab/Dash-Web into pen
Diffstat (limited to 'src/client/util/SelectionManager.ts')
-rw-r--r--src/client/util/SelectionManager.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/SelectionManager.ts b/src/client/util/SelectionManager.ts
index 86a7a620e..4fd8abb12 100644
--- a/src/client/util/SelectionManager.ts
+++ b/src/client/util/SelectionManager.ts
@@ -56,6 +56,7 @@ export namespace SelectionManager {
export function SelectDoc(docView: DocumentView, ctrlPressed: boolean): void {
manager.SelectDoc(docView, ctrlPressed);
}
+
export function IsSelected(doc: DocumentView, outsideReaction?: boolean): boolean {
return outsideReaction ?