mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-02 07:12:38 -08:00
Exclude upload name from the saver dirty tracking
Avoiding a bug whereby partially typed upload names trigger an abortive save.
This commit is contained in:
parent
88c9c0c3ee
commit
db40ac85c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue