Exclude upload name from the saver dirty tracking

Avoiding a bug whereby partially typed upload names trigger an abortive
save.
print-window-tiddler
Jermolene 2014-08-28 20:55:58 +01:00
rodzic 88c9c0c3ee
commit db40ac85c2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
title: $:/config/SaverFilter
[!is[shadow]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status]] -[prefix[$:/state]] -[prefix[$:/temp]] -[has[draft.of]]
[!is[shadow]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/status]] -[prefix[$:/state]] -[prefix[$:/temp]] -[has[draft.of]]