mirror of https://gitlab.com/basile.b/dexed.git
editor cache not saved if document is temp
This commit is contained in:
parent
f3b7120610
commit
06deabd011
|
@ -230,6 +230,7 @@ var
|
|||
chksm: Cardinal;
|
||||
begin
|
||||
tempn := fMemo.fileName;
|
||||
if tempn = fMemo.tempFilename then exit;
|
||||
if not fileExists(tempn) then exit;
|
||||
//
|
||||
fname := getCoeditDocPath + 'editorcache' + DirectorySeparator;
|
||||
|
|
Loading…
Reference in New Issue