diff --git a/BookAStar/BookAStar.Droid/Assets/bubble.html b/BookAStar/BookAStar.Droid/Assets/bubble.html index f3517e6d..27b1c302 100644 --- a/BookAStar/BookAStar.Droid/Assets/bubble.html +++ b/BookAStar/BookAStar.Droid/Assets/bubble.html @@ -24,23 +24,45 @@
- - +
+
+ - + quill.on('text-change', function (delta, oldDelta, source) + { + if (source === "user") { + $('#md').val(getMD()); + $('#btnSubmit').removeClass('ql-hidden'); + }; + }); + +