diff --git a/src/client/composer/composer-web-view.vala b/src/client/composer/composer-web-view.vala index 4d1bb085..79dc233c 100644 --- a/src/client/composer/composer-web-view.vala +++ b/src/client/composer/composer-web-view.vala @@ -13,19 +13,9 @@ public class ComposerWebView : ClientWebView { private const string COMMAND_STACK_CHANGED = "commandStackChanged"; - private const string CURSOR_STYLE_CHANGED = "cursorStyleChanged"; + private const string CURSOR_CONTEXT_CHANGED = "cursorContextChanged"; private const string DOCUMENT_MODIFIED = "documentModified"; - private const string[] SANS_FAMILY_NAMES = { - "sans", "arial", "trebuchet", "helvetica" - }; - private const string[] SERIF_FAMILY_NAMES = { - "serif", "georgia", "times" - }; - private const string[] MONO_FAMILY_NAMES = { - "monospace", "courier", "console" - }; - private const string HTML_BODY = """