MCPcopy Create free account
hub / github.com/GNOME/gnome-shell / blockWorkspaceUpdates

Method blockWorkspaceUpdates

js/ui/windowManager.js:1070–1078  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1068 }
1069
1070 blockWorkspaceUpdates() {
1071 if (++this._blockCount > 1)
1072 return;
1073
1074 if (!this._workspaceTracker)
1075 return;
1076
1077 this._workspaceTracker.blockUpdates();
1078 }
1079
1080 unblockWorkspaceUpdates() {
1081 console.assert(this._blockCount > 0,

Callers 2

Calls 1

blockUpdatesMethod · 0.80

Tested by

no test coverage detected