[Glitch] Change floating action button to be a button in header in web UI

Port 1fd6460b02 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2022-10-23 15:58:24 +02:00
committed by Claire
parent 05c1dd9114
commit e9ccee38a7
7 changed files with 23 additions and 65 deletions

View File

@@ -159,7 +159,7 @@ class SwitchingColumnsArea extends React.PureComponent {
setRef = c => {
if (c) {
this.node = c.getWrappedInstance();
this.node = c;
}
}