fix an issue that broken link remains after undoing Node/Ref on Node/Network
This commit is contained in:
@@ -63,7 +63,6 @@ class Ref final : public nf7::FileBase, public nf7::Node {
|
||||
log_(std::make_shared<nf7::LoggerRef>(*this)),
|
||||
mem_(*this, std::move(data)) {
|
||||
mem_.onRestore = mem_.onCommit = [this]() {
|
||||
SyncQuiet();
|
||||
SetUpWatcher();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user