mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 15:38:22 +00:00
add 'w'
This commit is contained in:
@@ -179,6 +179,10 @@ export class territoryPatternsModal extends LitElement {
|
||||
private selectPattern(patternKey: string) {
|
||||
this.selectedPattern = patternKey;
|
||||
TerritoryPatternStorage.setSelectedPattern(patternKey);
|
||||
const base64 = territoryPatterns[patternKey];
|
||||
if (base64) {
|
||||
TerritoryPatternStorage.setSelectedPatternBase64(base64);
|
||||
}
|
||||
this.updatePreview();
|
||||
this.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user