diff --git a/flavours/classic/config/flavour_assets/hooks/Bonfire.Editor.TextareaLive.hooks.js b/flavours/classic/config/flavour_assets/hooks/Bonfire.Editor.TextareaLive.hooks.js new file mode 100644 index 0000000000..7aa52d361a --- /dev/null +++ b/flavours/classic/config/flavour_assets/hooks/Bonfire.Editor.TextareaLive.hooks.js @@ -0,0 +1,14 @@ +/* +This file was generated by the Surface compiler. +*/ + +import { subscribe } from "@github/paste-markdown"; + +export default { + mounted() { + subscribe(this.el); + }, +}; + +// assets/js/app.js +import "@github/markdown-toolbar-element"; \ No newline at end of file