[desktop] send editor's config as soon as ready

This commit is contained in:
Maxim Kadushkin 2020-04-08 14:11:30 +03:00 committed by Alexey Golubev
parent 98b2897594
commit bc5552711d

View file

@ -141,6 +141,7 @@ define([
}
};
window.on_native_message('editor:config', 'request');
if ( !!window.native_message_cmd ) {
for ( var c in window.native_message_cmd ) {
window.on_native_message(c, window.native_message_cmd[c]);