checkpoint dealing with personal manager/editor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Optional, Callable, List
|
||||
from typing import Optional, Callable, List
|
||||
from dataclasses import dataclass, field
|
||||
|
||||
@dataclass
|
||||
@@ -70,4 +70,4 @@ def reset_patch_modal_manager() -> None:
|
||||
global _patch_modal_manager
|
||||
if _patch_modal_manager:
|
||||
_patch_modal_manager.reset()
|
||||
_patch_modal_manager = None
|
||||
_patch_modal_manager = None
|
||||
|
||||
Reference in New Issue
Block a user