We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7988164 + 107ff44 commit 7a3dac9Copy full SHA for 7a3dac9
lib/julia-client.coffee
@@ -41,7 +41,6 @@ module.exports = JuliaClient =
41
try
42
v = atom.config.get('julia-client.currentVersion')
43
if v isnt LATEST_RELEASE_NOTE_VERSION
44
- atom.config.set('julia-client.currentVersion', LATEST_RELEASE_NOTE_VERSION)
45
release.activate(LATEST_RELEASE_NOTE_VERSION)
46
else
47
release.activate()
styles/julia-client.less
@@ -199,7 +199,7 @@ atom-text-editor.editor[data-grammar$="source weave latex"] {
199
max-height: 20em;
200
display: block;
201
}
202
-
+
203
max-height: 90vh;
204
overflow: auto;
205
0 commit comments