diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-08 21:33:17 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-08 21:33:17 -0400 |
commit | 6cc17bfccef7ec0e2ec25706c1f27ee56ca2fc5b (patch) | |
tree | ad895a8e98429ecbf3422da584fd93e31ddd935f /src/client/views/ScriptBox.tsx | |
parent | 7a0e13267df4cae0fee2ecb0908261497c2a4515 (diff) |
from last
Diffstat (limited to 'src/client/views/ScriptBox.tsx')
-rw-r--r-- | src/client/views/ScriptBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/ScriptBox.tsx b/src/client/views/ScriptBox.tsx index 81e8dbcbb..0352ddaca 100644 --- a/src/client/views/ScriptBox.tsx +++ b/src/client/views/ScriptBox.tsx @@ -123,4 +123,4 @@ export class ScriptBox extends React.Component<ScriptBoxProps> { }} showDocumentIcons />; overlayDisposer = OverlayView.Instance.addWindow(scriptingBox, { x: 400, y: 200, width: 500, height: 400, title }); } -}
\ No newline at end of file +} |