removed auto-save.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-07-20 13:58:47 +02:00
parent c9dfc68911
commit 23450ce863

View File

@ -15,7 +15,8 @@ export class CommonFrontendContribution extends TheiaCommonFrontendContribution
CommonCommands.PASTE, CommonCommands.PASTE,
CommonCommands.COPY_PATH, CommonCommands.COPY_PATH,
CommonCommands.FIND, CommonCommands.FIND,
CommonCommands.REPLACE CommonCommands.REPLACE,
CommonCommands.AUTO_SAVE
]) { ]) {
registry.unregisterMenuAction(command); registry.unregisterMenuAction(command);
} }