mirror of
https://github.com/typemill/typemill.git
synced 2025-07-31 11:20:15 +02:00
2.6.1 fix resizing of codearea
This commit is contained in:
@@ -109,7 +109,7 @@ app.component('component-codearea', {
|
||||
this.resizeCodearea();
|
||||
});
|
||||
},
|
||||
resizeCodeareaWork() {
|
||||
resizeCodearea() {
|
||||
let codeeditor = this.$refs.editor;
|
||||
const scrollPosition = codeeditor.scrollTop; // Store the current scroll position
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
version: '2.6.0'
|
||||
version: '2.6.1'
|
||||
title: 'Typemill'
|
||||
author: 'Unknown'
|
||||
copyright: false
|
||||
|
Reference in New Issue
Block a user