Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Kellershoff
pwny.gorilla.moe
Commits
a3c200b3
Commit
a3c200b3
authored
Jun 09, 2017
by
Marco Kellershoff
Browse files
Fix Editor not resizing correctly when menu is open
parent
88c8e451
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/pwny.js
View file @
a3c200b3
...
...
@@ -669,6 +669,9 @@
}
});
$
(
window
).
on
(
'
hashchange
'
,
function
(){
window
.
location
.
reload
();});
$
(
'
#drawer-toggle-label
'
).
on
(
'
click
'
,
function
(){
window
.
setTimeout
(
function
(){
EDITOR
.
resize
();},
1
);
});
self
.
loadFromHash
();
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment