Make the editor pane resizable.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3700 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-12-22 15:05:08 +00:00
parent f760d48368
commit d4f7fdfc40
5 changed files with 10 additions and 1 deletions

View File

@ -647,6 +647,7 @@ function removeFile() {
}
window.addEventListener("load", function() {
Split(['#editPane', '#viewPane'], {minSize: 0});
if (window.Notification) {
Notification.requestPermission();
}