diff options
author | bob <bcz@cs.brown.edu> | 2019-05-03 10:58:12 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-05-03 10:58:12 -0400 |
commit | 26b0374d87ef1b14d947d5882f73e67b8607436e (patch) | |
tree | 39047f4666b8d06a67b037219c7d620eba934a3f /src/client/views/nodes/DocumentView.tsx | |
parent | ee6842b6509264f402217fcd214fa4dc167d985e (diff) |
changes to icon box and decorations.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 8c245ab3a..892850a69 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -53,6 +53,7 @@ export interface DocumentViewProps { parentActive: () => boolean; whenActiveChanged: (isActive: boolean) => void; toggleMinimized: () => void; + bringToFront: (doc: Doc) => void; } const schema = createSchema({ |