1
0
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:
trendschau
2024-06-20 09:34:36 +02:00
parent a8ab719b1b
commit 177c099f27
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
version: '2.6.0'
version: '2.6.1'
title: 'Typemill'
author: 'Unknown'
copyright: false