mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
check disposed state
This commit is contained in:
@@ -117,6 +117,7 @@ public class LivePreviewController implements LivePreview.Delegate, FindUtil.Rep
|
||||
Runnable request = new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (myDisposed) return;
|
||||
mySearchResults.updateThreadSafe(copy, allowedToChangedEditorSelection, null, stamp);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user