diff --git a/write.skin.php b/write.skin.php
index c5c4709..3f7f261 100644
--- a/write.skin.php
+++ b/write.skin.php
@@ -53,7 +53,7 @@ echo $option_hidden;
">
+
-
+
뒤로
@@ -87,4 +87,9 @@ echo $option_hidden;
function fwrite_submit(f) {
return true;
}
+
+ document.getElementById("content").addEventListener("input", function() {
+ this.style.height = 'auto';
+ this.style.height = this.scrollHeight + 'px';
+ });