refactor: align platform APIs with community review

This commit is contained in:
vorotamoroz
2026-07-17 14:47:27 +00:00
parent 298738fc67
commit 326bf77183
39 changed files with 444 additions and 294 deletions
+1 -1
View File
@@ -1178,7 +1178,7 @@ export class ConfigSync extends LiveSyncCommands {
if (this.isThisModuleEnabled() && this.core.settings.notifyPluginOrSettingUpdated) {
if (!this.pluginDialog || (this.pluginDialog && !this.pluginDialog.isOpened())) {
const fragment = createFragment((doc) => {
doc.createEl("span", undefined, (a) => {
doc.createSpan(undefined, (a) => {
a.appendText(`Some configuration has been arrived, Press `);
a.appendChild(
a.createEl("a", undefined, (anchor) => {